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
Explain about varargs in java?
What is an abstract class and what is it’s purpose?
Why local variables are stored in stack?
List some important characteristics on jre
Differentiate between a constructor and a method? Can we mark constructors final?
Explain the importance of finalize() method.
What are the rules for naming an array?
Explain about the main() method in java?
What is the function of compareto in java?
What must a class do to implement an interface in java programming?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What are the advantages of assembly language?
What is the this keyword?
When is finally block not called?
Describe 2 different ways to concatenate two strings.