Answer Posted / devendra.m
Java applications can be divided into 3 parts only
1.standalone application(pure core java)
2.web-applications(servlets & jsp's)
3.enterprise application(EJB-applications)
| Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
Define inheritance?
What is a class instance variable?
What is bean? Where it can be used?
What is treemap in java?
What is unicode used for?
What is the purpose of a volatile variable?
Does a class inherit the constructors of its superclass in java programming?
What do you understand by the term string pool?
What is the major difference between linkedlist and arraylist?
What is compiler and what its output.
Is arraylist a class in java?
Can we use a default constructor of a class even if an explicit constructor is defined?
Can a class declared as private be accessed outside it’s package?
Explain wait(), notify() and notifyall() methods of object class ?
What is array length?