List types of storage classes in java?


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

Post New Answer

More Core Java Interview Questions

Why do we override tostring method in java?

0 Answers  


byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?

7 Answers   NIIT, Wipro,


What is difference between calling start() and run() method of thread?

0 Answers  


What is use of super keyword in java?

0 Answers  


What is complexity and its types?

0 Answers  


What is the purpose of return statement?

0 Answers  


what is web.xml?and its use?

7 Answers   CTS,


What are the super most classes for all the streams?

5 Answers  


What is arrays sort in java?

0 Answers  


What is the purpose of skeleton and stub?

0 Answers  


Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?

3 Answers   Four soft,


What is "finally" keyword?

10 Answers  


Categories