What class is used to create Server side object?



What class is used to create Server side object?..

Answer / venkatesh

servlet config object

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

What’s the difference between constructors and other methods?

0 Answers  


What is considered an anti pattern?

0 Answers  


What java ide should I use?

0 Answers  


Is multiple inheritance allowed in Java? Why ?

7 Answers  


what is the difference between Object Based Language and Object Oriented Language?

0 Answers   Aspire,






What is instanceof keyword?

0 Answers  


Difference between Interface & Abstract class?

5 Answers  


How to split a string in java?

0 Answers  


Is it possible to use string in the switch case?

0 Answers  


How do you execute a thread in java?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


What do you mean by default constructor in java?

0 Answers  


Categories