When can we say that threads are not lightweight process in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can multiple catch statements be used in exceptions ?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
What does this () mean in constructor chaining concept?
Why collection doesn’t extend cloneable and serializable interfaces?
Can we use different return types for methods when overridden?
Is an array a vector?
What is javac_g?
How many types of interfaces are there?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
What is flag in java?
What are the advantages of functions?