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
What is double parsedouble in java?
What does @override mean?
Explain the use of shift operator in java. Can you give some examples?
How many types of design patterns are there?
What is procedure writing?
what is synchronization? : Java thread
What is thread start?
What are selection structures?
What are the differences between graph and tree?
What is args length in java?
What is the use of parseint in java?
Can you declare an interface method static?
What is binary search in java?
What is a substitution variable?
What do you mean by access modifier?