What is the use of http-tunneling in rmi?



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

Post New Answer

More Core Java Interview Questions

What about anonymous inner classes in java?

1 Answers  


Why to use nested classes in java? (Or) what is the purpose of nested class in java?

1 Answers  


Can a static class have a constructor java?

1 Answers  


How hashmap increases its size in java?

1 Answers  


Difference between Primary key and unique key?

4 Answers  


what is webservices?

1 Answers   CTS, Ericsson, HCL,


Write a java program to check if a number is prime or not?

1 Answers  


What are three types of loops in java?

1 Answers  


difference between jsp and java script?

3 Answers  


Is array a class in java?

1 Answers  


Java run-time system generates What class of exceptions?

2 Answers   TCS,


whats the diff between jsp and servlets?

9 Answers   HCL, TCS,


Categories