Answer Posted / swadesh
I am using the http tunneling to transfer data between
applet and servlet.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can we override constructors in java?
Java is pass by value or pass by reference? Explain
what is server side caching?
What is the range of a character variable?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Differentiate between == and equals().
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Explain java thread life cycle.
What is overloading and overriding 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)?
How do you find the absolute value?
Which variable is the independent variable?
Why are the objects immutable in java?
Why is the main method static?
How to compare strings in java?