Pavithra
java features
2 Answer(s)      4 years and 9 months ago
Posted in : Java Beginners

View Answers

August 22, 2008 at 10:50 AM


hai frnd..
JAVA is not neutral language...but ARCHITECTURE-NEUTRAL..
1 of the main issue of the programmers is that no guarantee exists that if u write a pgm today,it will run tomorrow-even on the same machine because everything undergoes updation....processor, OS, etc...and changes in core system can all combine to make program malfunction.
the java designers made hard attemp to alter this situation...
Their goal was: WRITE ONCE RUN ANYWHERE,ANYTIME,FOREVER...and to a great exten this was accomplished.....this is the property known as architectural neutral....

People also use the word neutral for Platform Indepence, one of the main and attractive feature of Java.

Platform independence of java is by java's unique property known as Byte code...Unlike other modern languages like C++, java program is not compiled...but interpretd into bytecode(a .class file).
This .class file can be run on any operating system provide a JVM(JAVA VIRTUAL MACHINE) is available.



thanks and regards/
prashu
prashobvee@gmail.com

July 6, 2012 at 5:43 PM


Although both are object oriented programming language and Java was derived from C++ but still there is big difference between these two languages.

You can see the actual difference once you start programming on it.

But here i am going to give you few differences between these two...

  1. Java does not support operator overloading

  2. A class definition in Java looks similar to a class definition in C++, but there is no closing semicolon.

  3. Forward reference declarations are not required in Java.

  4. Scope resolution operator (::) required in C++ is but not in Java.

  5. In C++ you have to re-declare static data members outside the class but such things are not required in Java.

  6. java does not use destructor.









Related Pages:
Features
Features  Give me java1.6 features with examples?   Please visit the following links: Java 1.6 features Some Examples of Java 1.6
Features of Java
Features of Java: Java is one of the most popular language in the field... programming is its large number of important and robust features. Java can be used... applications. Java has various important features: SIMPLE Java
Features of Java - Java Beginners
Features of Java  Hi, Tell me the features of Java. Thanks   Hi, Read features of java at http://www.roseindia.net/java/java-introduction/java-features.shtml Thanks
Java Features
of the above features makes the java language robust. Secure: Java does not use... irrespective of operating system or the processor. These features makes the java...; Multithreaded: As we all know several features of Java like Secure, Robust
java features
have the JVM.  Simple: There are various features that makes the java... of the above features makes the java language robust. Secure: Java does not use... of operating system or the processor. These features makes the java as a portable
Java Features
.  Simple: There are various features that makes the java as a simple... features makes the java language robust. Secure: Java does not use memory pointers... or the processor. These features makes the java as a portable language. Performance
java features - Java Beginners
java features  Why java is called as neutral language  hai frnd.. JAVA is not neutral language...but ARCHITECTURE-NEUTRAL.. 1 of the main... program malfunction. the java designers made hard attemp to alter
JDBC features
JDBC features In this section we will see the features of JDBC. The Java Database Connectivity or JDBC for short is the API available in Java for accessing... the programmers to access data from Java program. Here is the features of JDBC JDBC
Whar are the features of Spring Framework
in Java. The Spring 3.0 framework having latest features such as it support.... For more related to Java Spring 3.0 framework features visit this link Thanks...Whar are the features of Spring Framework   Whar are the features
Java 5 Features
Java Notes: Java 5 Features What's new in Java 5 Java Collections have...); Links to resources on new Collections features Angelika Lager's Java Generics.... See John Zukowski's article at http://www-106.ibm.com/developerworks/java
What is most important features of Java
What is most important features of Java  Hi, What is the most important features of Java? Thanks   Hi, The latest version of Java 7 having some most important features like Java virtual Machine, Language updates
JPA Features
JPA Features       In this section we will discuss about the features of JPA (Java.... Here are the features of JPA: The Java Persistence API is now here
Spring 3.0 features
Spring 3.0 features Spring 3.0's stable version 3.0.2 was released on April 2, 2010 with many new features and enhancements. This release of Spring framework introduced more features in the annotation-based configuration, unified
Java 6 features - Java Interview Questions
Java 6 features  What are the advanced features added in Java 6 compared to Java 5
Features of Jsp 2
Features of Jsp 2.0 JSP 2.0 is released with new promises. JSP 2.0 is a upgrade version of JSP 1.2 with several new and interesting features. This version is fully compatible with JSP1.2. These features have been added to make the life
JSF Features
JSF Features      JSF is a rich featured framework of JAVA technology. JSF provides a set of standard features that makes it a powerful and standard among the existing
Java Programming: Other Features of Java
Appendix 1: Other Features of Java THIS TEXTBOOK does not claim to cover all the features of the Java programming language, or even to give... of the features of Java that were not covered in the book. It will acquaint you
Java 5 Features
Java 5 Features       This section introduces you with the new features on Java 5. Here you... through this page you will better understand the features of Java 5.0. New Features
New Features of JAVA SE 6.
New Features of JAVA SE 6.   ... included in JAVA SE 6.    Networking features...; Scripting for the Java Platform By using this Features developers integrate
Features of EJB 3.0
Features of EJB 3.0       Now its time to look over the new features of EJB 3.0 that provides some... interface. Made use of java annotations. Simplifies APIs to make flexible
JDBC 4 Features, JDBC 4.0 Features
.style1 { margin-left: 40px; } JDBC 4 Features In this section we are discussing about the new features of JDBC 4.0. Jdbc 4.0 ships with Java SE 6 with a lot of new and improved features such as improved BLOB and CLOB support
JSP 2.0 - New Features
Features of JSP 2.0      .... JSP 2.0 is an upgrade to JSP 1.2 with several new and interesting features. These features makes the life of web application developers and designers easier
iPhone's Missing Features
iPhone's Missing Features       iPhone is a great phone with amazing features and it is but natural that there would be some features that are omitted either knowingly
Key features in Java EE 6
In this section, we will take a brief look over key features in Java EE 6
New Features in JDBC 4.0
New Features in JDBC 4.0       Introduction Java database connectivity (JDBC) is the Java Soft specification... and classes written in the Java programming language. The applications can be written
Java Features
Java Features In this section we will discuss about the  feature of java, they are as follows. Simple : Java is a very simple language, syntax is taken from C and C++. so many features are removed like pointer, operator
JDK 1.5 Features Diff - Java Interview Questions
JDK 1.5 Features Diff   Hi Frieds , Can u explain me d difference bn Generics and Autoboxing in jdk 1.5.  Hi Generics?Provides compile-time type safety for collections
Struts 2.1.8 Features
Struts 2.1.8 Features       In this section we will learn the new features and enhancements of Struts 2.1.8. Struts is one of the most used MVC framework by Java Developers
Java Features
Java Features      ....  Simple There are various features that makes the java as a simple... of operating system or the processor. These features makes the java
Features of Java
features of Java: Platform Independent: Java is based on the concept...: Following features make Java language robust: Java has the strong... Java is a class based Object Oriented Programming (OOPs) language, which
Java 7 Features
features that makes Java 7.0 even more easy to understand and implement. The additional features that characterize Java 7 are listed below. Java virtual... the most basic features of Java used on a daily basis, some small features have been
jdk 1.5 features - Java Interview Questions
jdk 1.5 features  jdk 1.5 features with examples and source code ,how to use the features  Hi friend, (1)Generics:Provides compile-time (static) type safety for collections and eliminates the need for most
Features of EJB 3.0
Features of EJB 3.0       Now its time to look over the new features of EJB 3.0 that provides some... interface. Made use of java annotations. Simplifies APIs to make flexible
New Features of Spring Framework 3.2
now supports new improved features of Java SE 7...Spring Framework 3.2 released is with many new features and enhancements. Its final version of the of the Spring Framework 3.2. It recommended that the users
Features of jsp2.1
Features of jsp2.1          The main purpose of Java Platform,  Enterprise Edition (Java EE) 5 is to ease development. Now the Jsp2.1 includes
Struts 2.2.1 - An introduction to Struts 2.2.1 Features
Struts 2.2.1 - An introduction to Struts 2.2.1 Features The Struts 2.2.1 is another advanced version of Struts 2. Struts is used to develop enterprise Java... enterprise web application. Struts 2.2.1 is released with many new features
Features of JDBC
java application and database API?s. Java application utilises the features... .style1 { text-align: center; } Feature A JDBC JDBC JDBC java...) for java that allows the Java programmer to access the Database. The JDBC API
Features of Servlet 2.5
Features of Servlet 2.5      ... the features of Servlet 2.5. Still most of the popular containers like Tomcat 5.5 and JBoss 4.0 support Servlet 2.4.  The list of the added features is given below
How to implement link in Web app lead to report with print and save features
How to implement link in Web app lead to report with print and save features   Hi friends, I developed a web application based on Java MVC... which simplify my work to build the report with that features? I
description about jdk 1.5 features - Hibernate Interview Questions
the details description regarding the new features available in jdk 1.5.... ... by sun Microsystems. Java Development Kit or JDK comes in various version and can... tools are used with JDK for developing java based application & java applets. So
JSF 1.2 Features
JSF. New Features in JSF 1.2 JSF 1.2 is the latest release of Java Server Faces technology. In this section we are discussing the new features of Java Server... 6 or 7, Netscape and Firefox New Features in JSF 1.2 The Java Server
Learn Features of Spring 3.0
use all the latest features of Java 5 with Spring 3 framework. The first...; Java EE 6 Support: Spring 3.0 supports many features of JEE 6... Spring 3.0 Features - Spring 3 new features
Hibernate Features
In this section we will see Hibernate features
Features of JDBC 4.0
several SQL 203 features, like Java specific mapping for the new XML SQL type. Now... Features of JDBC 4.0       JDBC 4... directly with the JDBC API. The new features availble in J2SE 1.5 added ease
Enhancements in Networking Features
Enhancements in Networking Features   ... to this interface. In Java 6, this class provides some new methods for accessing...;java NetInt Network Interface name is :lo Display name of network
Struts 2 Features
Struts 2 Features       The strut-2... platform requirements are Servlet API 2.4, JSP API 2.0 and Java 5.  Some of the general features of the current Apache Strut 2 framework are given below. 
Java 7 Language Fundamentals
This tutorial describes basic language features of Java 7
Features
Features       There are different kinds of blogs as discussed earlier. These blogs differ in the way content is delivered. Comments Most of the blogs use comments. Due
jQuery Features
jQuery Features       jQuery have lot of functionalities but some of the key features are given below : Selection of DOM elements : The jQuery selector provide us

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.