how to use this key word in java programming?

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


Please Help Members By Posting Answers For Below Questions

What is functional interface in javatpoint?

522


Difference between ‘is-a’ and ‘has-a’ relationship in java?

549


What is the use of pattern in java?

522


What is internal iteration in java se 8?

637


Is node a data type in java?

510






Explain the importance of join() method in thread class?

650


What is the difference between applet and application?

555


What are the differences between stringbuffer and stringbuilder?

549


Is static variable stored in heap?

517


What is the difference between abstract classes and interfaces?

523


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

569


What does sizeof return?

567


What is oops in java?

581


how to split string in java?

660


What is memory leak and how does java handle it?

529