What is pre increment and post increment in java?
No Answer is Posted For this Question
Be the First to Post Answer
What does flag mean in java?
What is the difference between a synchronized method and a synchronized block?
Can we have any other return type than void for main method?
Differentiate Vector and ArrayList?
What is Yield() method when we r using this ? tell exactly
How many bytes are there?
What is lazy initialization in java?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
Can I overload to string method
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....
How to find the given number is a prime number or not by getting input from the user
Are there structures in java?