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
In how many ways we can do exception handling in java?
What is difference between array and vector?
What is diamond operator in java?
What do you mean by default constructor in java?
What is the declaration statement?
What are constants and how to create constants in java?
Write a function for palindrome and factorial and explain?
What is string and example?
What are class members by default?
What is a pattern what is an anti pattern?
what is synchronization? : Java thread
How will you reverse a link list without using recursion?
What do you mean by Function Overloading in java?
Can a constructor be protected?
Define immutable object?