What is collections framework?
No Answer is Posted For this Question
Be the First to Post Answer
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
What does int [] mean in java?
What is stringbuffer in java?
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?
What are voids?
What is static in java?
For technical interview question please sir send me because tomorrow my interview
When garbage collector invokes object?s finalize() method?
When can we say that threads are not lightweight process in java?
How many Java environments are there?
1 Answers Phantom Technologies,
Is void a keyword in java?
What is currentthread()?