What kind of variables can a class consist?
No Answer is Posted For this Question
Be the First to Post Answer
"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
What is difference between hashset and hashmap?
What is a byte array?
What are benefits of java?
What java ide should I use?
What is the disadvantage of synchronization?
Convert a BST into a DLL and DLL to BST in place.
How to declare an arraylist in java?
why string constant pool in java
Why cant we define System.out.println() inside a class directly?
Can you explain the cs option of java interpreter?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?