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
What is a flag and how does it work?
Why does java does not support multiple inheritance? Explain
How do you use spaces in java?
What do you understand by private, protected and public?
How does remove work in java?
What is off heap memory?
What does int [] mean in java?
When should I use singleton?
When will we use them?
What is the use of arrays tostring () in java?
Does java initialize arrays to zero?
How do you create a reference in java?
What are the advantages of user defined functions?
What is the benefit of abstract class?
I want to print “hello” even before main is executed. How will you acheive that?