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
Explain try and catch keywords in java?
Why method overriding is used?
Write a function for palindrome and factorial and explain?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is static in java?
Explain creating threads by implementing runnable class?
What do you mean by order of precedence and associativity?
Which collection is best for sorting in java?
What is method overloading with type promotion?
What is a bubble sort in java?
Why we use set in java?
Can we define static methods inside interface?
Where are variables stored?
What is static import in java?
What is visibility mode?