what is the difference between System.exit() and
System.exit(1)?
What does snprintf return?
What is the purpose of the main method?
Explain about procedural programming language or structured programming language and its features?
how to connect one jsp page to another jsp page????
What is the difference between C++ & Java?
78 Answers College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,
What are scalar data types?
How many objects are created for a singleton class
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 } }
what is object slice?
Difference between Linked list and Queue?
What is difference between string and stringbuffer?
What is Generic in java? Where can we write Generic ( class or method or objects or etc...)? with simple example? Thanks, Bose.
2 Answers Infosys, Tech Mahindra,