Difference between class#getinstance() and new operator ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the advantage of OOP in java?
Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?
What is collection class in java? List down its methods and interfaces.
What is difference between stringbuffer and string?
Difference between final and effectively final ?
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. */ }
how to handle exceptions in ejb?
Why is java architectural neutral?
What is the purpose of stub and skeleton?
What is an argument in java?
What is the static field modifier?
any other way to print the text without using System.out.println() in java?