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 |
Why we can not force Garbage Collection?
What is difference between an object and a class?
Can an interface be final?
What is the use of runnable interface?
IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.
What is sleep method?
Are variables stored in ram?
Which is the best way to use for String concatenation in Java?
What do heavy weight components mean in java programming?
Is singleton thread safe in java?
what is abstract class in Java?
How to convert string to int in java?