What is a get method?
No Answer is Posted For this Question
Be the First to Post Answer
What are the OOAD concepts in java explain with examples?
What modifiers are used with an inner class which is a member of an outerclass?
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?
What are different types of control structures?
Can you pass by reference in java?
What is the difference between constructor and method?
What is a boolean used for?
What is multi level inheritance in java?
What are the files generated after using IDL to java compiler?
What does ide stand for?
"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
How is string stored in java?