What methods are used in Servlet?Applet communication?


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

Post New Answer

More Core Java Interview Questions

Explain the difference between an Interface and an Abstract class?

0 Answers   BirlaSoft,


What is the difference between a Window and a Frame?

6 Answers   Infosys, ProKarma,


What is comparator in java?

0 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


justify c is portable

1 Answers  


What are the Main functions of Java?

0 Answers   Akamai Technologies,


Can we convert stringbuffer to string?

0 Answers  


what do you mean by classloader?

0 Answers  


Explain different forms of polymorphism?

0 Answers  


Is arraylist a class in java?

0 Answers  


What is the purpose of the File class?

3 Answers  


what is default constructor and parameterised constructor with example?

1 Answers   KPIT,


Categories