What is the effect of keeping a constructor private?
No Answer is Posted For this Question
Be the First to Post Answer
What is a map? What are the implementations of map?
How to make object serializable in java?
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
What are latest features introduced with java 8?
What is a copy constructor in java?
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. */ }
Why is singleton not thread safe?
Difference between error and exception
What is the difference between the continue and break statement?
What are inner classes or non static nested classes in java?
What is the argument type of main() method?
What is diamond operator in java?