What is the latest version of java?


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

Post New Answer

More Core Java Interview Questions

Is it possible to create object with out its default constructor? if possible how? else not possible? justify

5 Answers  


Can a class be private or protected in java?

0 Answers  


What is difference between overloading and overriding in java?

0 Answers  


what is thread? What are the high-level thread states? : Java thread

0 Answers  


What methods are used to get and set the text label displayed by a button object?

0 Answers  






What are non-access modifiers?

2 Answers   Cognizant,


What is api data?

0 Answers  


What is class array in java?

0 Answers  


Explain about OOPS concepts and fundamentals.

0 Answers   Syntel, Visa,


Is there any need to import java.lang package?

13 Answers   Sun Microsystems,


Is map ordered 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,


Categories