What are types of Java applications?
Answers were Sorted based on User's Feedback
Answer / yugveer jangir
J2SE-1.Stand alone application
2.Client-server application
J2EE- 1.Web-application application
2.Enterprice and Distributed application
3.Interoparable application
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / premlata
Basically Java Applications can be 2 types
1. CUI (Character User Interface)
2. GUI (Graphical User Interface)
| Is This Answer Correct ? | 7 Yes | 12 No |
Can we overload run() method in java?
Explain your academic project?
2 Answers Accenture, Levonsys, SDF, TCS, Tech Mahindra,
What is treeset and treemap in java?
Can you write a java class that could be used both as an applet as well as an application?
How many bytes is a url?
What is difference between string and stringbuffer?
What is thread safe singleton?
What are the main uses of this keyword?
How do you remove an element from an arraylist in java?
Can an interface extend another interface?
what is meant by abstract class?
What is meant by 'Class access modifiers'?