Can we overload the methods by making them static?
No Answer is Posted For this Question
Be the First to Post Answer
explain the difference between jdk and jvm?
What are the various access specifiers for java classes?
Does apple use java?
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.
What is a final class in java?
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.
Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time
Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?
What is the use of TL?
What is a nested class?
What are event-delegation model and event-inheritance model? Which is best?
explain about casting of objects?