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 are the properties of thread?

0 Answers  


Should you use singleton pattern?

0 Answers  


Will set allow duplicates in java?

0 Answers  


what do you mean by classloader in java?

0 Answers  


what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread

0 Answers  






Can multiple catch statements be used in exceptions ?

6 Answers   Wipro,


Which java ide is used the most?

0 Answers  


What is classname class in java?

0 Answers  


What is the collection interface?

0 Answers  


Is arraylist a class in java?

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


What is the difference between a public and a non-public class?

2 Answers  


Categories