how can i cal servlet from jsp page?how can i pass variablesfrom the jsp that servlet can access?
1 7758
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is a final class in java?
Is array size fixed in java?
What does g mean in regex?
Explain the differences between abstraction and encapsulation?
What is a bufferedreader?
What is a arraylist in java?
What does the “static” keyword mean? Can you override private or static method in java?
Can we have any other return type than void for main method?
How do you insert a line break?
How do you write a good declaration?
What does it mean that strings are immutable?
write a program that list all permutations of ABCDEF in which A appears before B?
Why singleton is not thread safe?