Answer Posted / kavitha
class abc
{
.int x,y;
.
.
public void setValue(int a,int b)
{
this.x=a;
this.y=b;
}
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
How to retrieve data from database in java using arraylist?
What is meant by design patterns?
What is remote method invocation (rmi)?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is a stack class in java ?
make a method which any number and any type of argument and print sum of that arguments.....
What is flush () in java?
Explain some best practices you would apply while using collection in java?
When super keyword is used?
How to convert string to byte array and vice versa?
What are use cases?
Can we override private method in java?
Can we override tostring method in java?
How many inner classes can a class have?
What is ascii format?