Answer Posted / ravikiran
middleware is the one where we will write the busines logic
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between process and thread?
Can private method static?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is the destroy method?
Which package has light weight components?
What is externalizable interface?
How do you do math powers in java?
Can we declare a class as static?
What are the problems faced by java programmers who don't use layout managers?
How many types of classes are there in java?
How many inner classes can a class have?
What is mean by collections in java?
What is number data type?
How to find the given number is a prime number or not by getting input from the user