What are types of Java applications?

Answer Posted / murali

Standalone application
web application
networking application
Standalone application: It executes in single system.
Web aplication: It can executed in world wide.
NetWorking applicatio:It can executed in some particular area.like LAN....

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If we don’t want some of the fields not to serialize how to do that?

802


What is io stream in java?

752


Which of the following is not an isolation level in the JDBC

1897


Explain java code for recursive solution's base case?

795


Explain the significance of listiterator.

791


What is object data type?

791


There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?

1259


What is boolean example?

746


What's the base class of all exception classes?

808


How garbage collection is done in java?

792


I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

813


What is the purpose of stub and skeleton?

769


Is array dynamic in java?

704


How is it possible for two string objects with identical values not to be equal under the == operator?

754


What is comparable and comparator interface? List their differences

843