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
Is java an open source?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What are voids?
In the below example, what will be the output?
What is the old name of java?
Explain thread in java?
What are multiple inheritances? Is it supported by java?
Can a class declared as private be accessed outside it’s package?
What is the difference between synchronized and synchronized block?
What is singleton class in java and how can we make a class singleton?
Can I learn java in 3 months?
What is the loop in java?
Is overriding possible in java?
What is close method? How it's different from Finalize & Dispose?
What carriage return means?