List primitive java types?
Answer / Indu Singh
The eight primitive data types in Java are: byte, short, int, long, float, double, boolean, and char.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is <> used for in java?
How do you square a number?
Explain the reason behind ending a program with a system.exit(0)?
Can finally block be used without a catch?
What is the static import?
What methods are used in Servlet?Applet communication?
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
Which is a valid identifier?
What is the difference between jdk and jre?
What is the major advantage of external iteration over internal iteration?
Why vector class is used?
What is the use of static import ?