What is the biggest integer?
Implementations of set interface?
What does string intern() method do?
what is static import in java? Explain
justify c is portable
For technical interview question please sir send me because tomorrow my interview
what is the use of finalize()Method please explain with an example
What is difference between core java and java ee?
Which collection object is faster to retrieving the data and inserting the data into it.
2 Answers Jamcracker, Virtusa,
What does the “static” keyword mean? Can you override private or static method in java?
If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
Why stringbuilder is not thread safe in java?