What is the difference between class & object?
No Answer is Posted For this Question
Be the First to Post Answer
What is consumer in java?
What is byte [] in java?
what is main purpose of interface?
2 Answers Accenture, HCL, NIIT,
What is difference between this and super keyword?
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
How can we avoid including a header more than once?
Write a code to create a trigger to call a stored procedure
Explain purpose of sleep() method in java?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
What are different access specifiers in java? Explain
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT INTERFACE THEN WHY WE USED IN JAVA?