What is data type example?
Answer / Jha Nileshkumar Kripanath
"In Java, some common data types include int (integer), double (floating-point numbers), char (character), boolean (logical values true or false), and String (string of characters)."
| Is This Answer Correct ? | 0 Yes | 0 No |
Is map ordered in java?
What is empty list in java?
What is the difference between stringbuffer and stringbuilder class?
What is meant by wrapper classes?
Is vector thread safe in java?
What are access modifiers in Java ?
Describe string intern() methodology
Define iterator and methods in iterator?
Tell me how many ways are there to initialise an integer with a constant.
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
What are the advantages of passing this into a method instead of the current class object itself?
describe method overloading