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
Is space a char?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What is the tradeoff between using an unordered array versus an ordered array?
What is constructor in java ?
Can I declare a class as private?
Does java runtime require a license?
What is callablestatement? How you can call stored procedure to pass in parameter?
What is hash table in java?
What is :: operator in java?
What is garbage collection? Can it be forced to run?
What do you understand by access specifiers in Java?
explain copyonwritearraylist and when do we use copyonwritearraylist?
Define linked list and its features with signature?
What is the Difference between Final Class && Abstract Class?
How do you pass by reference?