Tell me about your ability to work under pressure
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of beaninfo?
Why main method is called first in java?
How do we access static members in java?
What are the advantages and disadvantages of reference counting in garbage collection?
Is java hard to learn?
What is meant by data hiding/encapsulation?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
Difference between Array and vector?
What are green threads in java?
Can I declare class as static or private?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
what is difference between servletconfig and servletcontext?