Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
Difference between abstract and concrete class ?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is bitwise complement?
Why do we have servlet wrapper classes?
why are there separate wait and sleep methods? : Java thread
Can you create an object of an abstract class?
What spring is in related to j2ee?
How many types of flags are there?
What is the use of evicting method in hibernate?
What is difference between ioc and di in spring?
What are the steps of struts installation?
What is meant by rmi?
What is the process for chaining servlet?
What is ojvm used for?
What is bool mean?