How many bits is a boolean?
No Answer is Posted For this Question
Be the First to Post Answer
What is protected and friendly?
What is a Transient Object?
0 Answers InfoAxon Technologies,
How to convert a string to long?
What is the different between get and post?
Can we declare the static variables and methods in an abstract 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 valid keyword in java?
Differentiate between stringbuffer and string?
What is the use of an interface?
What are batch updates. in jdbc
What are register variables what are the advantages?
What are different access specifiers in java?