Java Developer Question:

Name primitive Java types?

Java Developer Interview Question
Java Developer Interview Question

Answer:

The primitive types are byte, char, short, int, long, float, double, and boolean.


Previous QuestionNext Question
Explain the difference between Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy in Java Programming?How a GUI component handle its own events in Java Programming?