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
What is the synonym of string?
Will set allow duplicates in java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is main in java?
how can you take care of mutual exclusion using java threads? : Java thread
What are the restriction imposed on a static method or a static block of code?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
how to create daemon thread in java?
Why main method is called first in java?
What are the different conditional statements?
What is scope & storage allocation of global and extern variables? Explain with an example
If I only change the return type, does the method become overloaded?
Can you explain the final method modifier?
Why are the destructors for base class and derived class called in reverse order when the program exits
What technique can be employed to compare two strings?