List primitive java types?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is fundamental datatype?

0 Answers  


What is difference between class and object in java?

0 Answers  


How can we find the actual size of an object on the heap?

0 Answers  


What is an escape character in java?

0 Answers  


What are the 6 mandatory procedures for iso 9001?

0 Answers  






Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What are the three types of design patterns?

0 Answers  


Explain how to convert any java object into byte array.

0 Answers  


Is singleton class thread safe?

0 Answers  


What is the use of arrays tostring () in java?

0 Answers  


Does every java program need a main?

0 Answers  


What is included in core java?

0 Answers  


Categories