when you will synchronize a piece of your code? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between getAppletInfo and getParameterInfo?
Is map ordered in java?
What is the superclass of exception?
What is aggregation and composition ?
What is a conditional statement explain with example?
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 is function declaration?
How many ways can we create singleton class?
What is use of valueof () in java?
Which number is denoted by leading 0x or 0x in java?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
Java run-time system generates What class of exceptions?