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 |
Explain creating threads by implementing runnable class?
What is a substitution variable?
What is meant by the value of a variable?
How destructors are defined in java?
can two class in a code be public??if yes then how??
What is java beans?
What is ++ a in java?
What is the use of callablestatement?
how to make the double-tone class ? as we have singletone class..?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
What is the point of polymorphism java?
what is an object and how do you allocate memory to it?