What is the middleware?
Answers were Sorted based on User's Feedback
Answer / ravikiran
middleware is the one where we will write the busines logic
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sangith
which is used to connect two or more applications, allowing
them to exchange data.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the benefits of operations?
What is meant by class and object in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Does a function need a return?
What is the old name of java?
Can static methods be overridden?
Why do we use threads in java?
State one difference between a template class and class template.
What is a data structure java?
Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time
Difference between collection, collection and collections in java?
Name the types of mouse event listeners ?