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
If we don’t want some of the fields not to serialize how to do that?
What is io stream in java?
Which of the following is not an isolation level in the JDBC
Explain java code for recursive solution's base case?
Explain the significance of listiterator.
What is object data type?
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?
What is boolean example?
What's the base class of all exception classes?
How garbage collection is done in java?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is the purpose of stub and skeleton?
Is array dynamic in java?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is comparable and comparator interface? List their differences