Difference between == and .equals() ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the available thread states in a high-level?
How do you execute a thread in java?
what is difference between abstract factory and factory design patterns?
What are the 6 boolean operators?
Give few difference between constructor and method?
What is a literal coding?
what is the use of thread?Justify it by project point of view
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
What are internal and external variables?
Wha is the output from system.out.println(“hello”+null); ?
How can you set the applet size?
Why generics are used in java?