Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
'A class is a template for an object' explain this statement.
What is j2ee called now?
What is the use of liferay portal?
What are the different types of advice?
Can we use jpa without hibernate?
how can you administer your application server?
Name some of the important interfaces of hibernate framework?
make a method which any number and any type of argument and print sum of that arguments.....
What is @injectmock?
What is java spring?
What is the RMI and Socket?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
How do you convert bytes to character in java?
How do I run java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }