What are the four corner stones of oop?
Answer / Deepak Kumar
The four cornerstones of Object-Oriented Programming (OOP) are Encapsulation, Inheritance, Polymorphism, and Abstraction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why Wait and notify are kept in Object class although they are used only with Thread Class
2 Answers Global Logic, Saksoft,
Difference between String and String Buffer?
My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?
What is the difference between serializable and externalizable interface?
What are voids?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What is a pattern what is an anti pattern?
what is request dispatcher and how does it work?
What is null object in java?
Can a constructor be made final?
what is jms? features of jms
If an application has multiple classes in it, is it okay to have a main method in more than one class?