What is the use of http-tunneling in rmi?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What does int [] mean in java?

0 Answers  


does java support default argument in Method?

1 Answers  


Are there any tools available in java to create reports?

5 Answers  


Write POJO class as a key to hashmap???

2 Answers  


How long will it take to learn java?

0 Answers  


What is a parameter used for?

0 Answers  


Can a class have an interface?

0 Answers  


Why we need to serialize the object

11 Answers   CTS, Geometric Software,


What is a serializable interface?

4 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


What is final keyword in java?

0 Answers  


Can we access the non-final local variable, inside the local inner class?

0 Answers  


Categories