answersLogoWhite

0

Both are same

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is DataInputStream?

This section demonstrates you the use of DataInputStream class. The class DataInputStream allows to read primitive Java data types from an underlying input stream. It reads the file line by line.


What is difference between java 2 and java 5?

They are different versions. Java 5 is newer than Java 2. Think of it like the difference between the Playstation 1 and the Playstation 3.


Major difference between c and java?

Java is object oriented, C is not...


What is the difference between connectivity in java?

kamina


What is difference between connectivity in java?

kamina


What is the main difference between UNIX and JAVA?

Unix is an operating system, Java is a language.


Difference between recordset and resultset in java?

Rowset


What is the difference between JAD and JAR?

JAD-Java Application Description JAR-Java archive


What is the difference between java and object oriented programming?

java is a programming language/platform that embodies object oriented programming concepts. The question of what is the difference is like asking what is the difference between cars and a Volvo.


What is the difference between c plus plus and java programming?

Java doesn't have pointers. C++ has pointers.


WAP to show the difference between a variable and static variable?

difference between constant and static variables in java


How do you input and display a character in java?

to input a character follow this code: InputStreamReader is=new InputStreamReader(System.in); BufferedReader bf=new BufferedReader(is); ch=bf.readLine(); //to display a character simply write System.out.println() i hope dis vl help u


What is the difference between Windows and Java?

Windows is an operating system whereas Java is a programming language. They are entirely different.


What is the difference between java and internet?

The Internet is a world-wide computer network. Java is a computer programming language.


What is an important difference between writing a Java application and a Java applet?

A Java applet is embedded within a web page, while a Java application will run directly on your computer.


Difference between java and C plus plus?

java is an advanced object oriented programming language than c++


What is the main difference between java and dotnet?

java is from sun and .net is from microsoft, java is a language + runtime and .net is run frame that supports multiple language.


What is Difference between java and core java?

Java or Java SE comes with the standard library, with all the crazy classes to make life easy. Java Core does not come with most of these classes, so that it is a lot smaller.


What is the difference between JSP and JSPX?

http://diaryproducts.net/about/programming_languages/java/convert_jsp_pages_to_jsp_documents_jspx_with_jsp2x


What are the different between'a' and ''a in java string methods?

The difference between 'a' and "a" anywhere in Java is that 'a' is a primitive char type, while "a" is a String object.