Answer Posted / vinay sharma
Java has two types of Applications that is:=
1. Standalone Application
2. Internet Application
->Web supportive application(HTML,Applet)
->Web application(Servlet,JSP)
3. Database application(SQL,MySQL)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which is the best approach for creating thread ?
When is the garbage collection used in Java?
What is a singleton class? Give a practical example of its usage.
What programs use java?
What does i ++ mean in Java?
Can we convert stringbuilder to string in java?
What is append function?
What is treemap in java?
Can a final variable be null?
What are the two parts of a conditional statement?
Difference between throw and throws?
Can singleton class be inherited in java?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What are the advantages of java over C++?
How is final different from finally and finalize?