What is the use of http-tunneling in rmi?
Answer / Udit Jain
HTTP tunneling in RMI allows remote objects to be accessed through an HTTP server. It's useful when firewalls prevent direct connections to a specific port, or when NAT (Network Address Translation) prevents outside clients from reaching the server directly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What about anonymous inner classes in java?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
Can a static class have a constructor java?
How hashmap increases its size in java?
Difference between Primary key and unique key?
what is webservices?
Write a java program to check if a number is prime or not?
What are three types of loops in java?
difference between jsp and java script?
Is array a class in java?
Java run-time system generates What class of exceptions?
whats the diff between jsp and servlets?