Subscribe to:
Comments (Atom)
Data Types in Java
Data Types in Java Data Type in Java is defined as that specifies the size of memory allocated for a specific variable and which type of va...
-
Why java is platform independent language? Java is portable programming language and that java programs can run on any operating system. Jav...
-
simple java program to print hello world. class Sample { public static void main(String []args) { System.out.println("Hello Worl...
-
Data Types in Java Data Type in Java is defined as that specifies the size of memory allocated for a specific variable and which type of va...