Answer Posted / nancy
A thin client application is the one where in the business
logic is not included in the client code. The client code
only contains the presentation logic.
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
What is the difference between equals() and == in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is the difference between notify and notifyall method?
Can you give names of Container classes?
How to sort elements in a parallel array in java?
What is singleton class and how can we make a class singleton?
How many types of threads are there in java?
Difference between concurrent hashmap and hashtable and collections
What is skeleton and stub?
How can I right-justify a string?
What are the advantages of exception handling in java?
What is an argument java?
What is difference between next () and nextline () in java?
What are the different access modifiers available in java?
What are thread safe functions?