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
Is 9 a prime number?
What is sorting algorithm in java?
What is variable and example?
What is functional interface in java?
What is a return in java?
What are data types in programming?
Can an integer be null java?
What are the 7 types of characters?
What is double data type?
What is the benefit of lambda expressions?
What’s the difference between constructors and other methods?
What is a method header?
What is the relationship between class and object?
How to implement an arraylist in java?
What is palindrome in java?