what is net based application and its types
Answer / deepakkumar1887
an application which we can access over the network then it is
called as net-based application. The types of net based
application are client server,web based, and distributed
application.
Is This Answer Correct ? | 2 Yes | 1 No |
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is the benefit of singleton pattern?
What is the length of a string?
What is the need of transient variables in Java ?
What is encapsulation in java?
When arithmeticexception is thrown?
List types of storage classes in java?
What is the purpose of having the concept of overloading?
Which collection does not allow duplicates in java?
how can we use the servlet as standalone apllication?should we need to extend any class?
What is the difference between replace and replace all?
how can i kill thread without stop() and destroy()