Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
No Answer is Posted For this Question
Be the First to Post Answer
What is jit compiler ?
What is wrapper class html?
which methods consisting of the serilizable interface?
What are three types of loops in java?
Is Java is 100% pure OOPS? Explain?
What is a conditional statement explain with example?
Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
How can i add a button in applet in java ???
What is the difference between a switch statement and an if statement?
What is the middleware?
What are the differences between heap and stack memory in java?