0% found this document useful (0 votes)
22 views1 page

Program For This Class in Java

Program for this class in java package javaapplicat ion. Class t his1 int a,int b; public t his1.a=a; t his.b=b; Syst em.out.print ln("value of a and b are = "+(a+b)); public class this_classuse public st at ic void main(St ring ar[

Uploaded by

chiraghz
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

Program For This Class in Java

Program for this class in java package javaapplicat ion. Class t his1 int a,int b; public t his1.a=a; t his.b=b; Syst em.out.print ln("value of a and b are = "+(a+b)); public class this_classuse public st at ic void main(St ring ar[

Uploaded by

chiraghz
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

hackingzo ne s.

co m

http://hackingzo nes.co m/?p=203

Program for this class in java


package javaapplicat ion; class t his1 { int a,b; public t his1(int a,int b) { t his.a=a; t his.b=b; Syst em.out .print ln("value of a and b are = "+(a+b)); } public t his1(int a) { Syst em.out .print ln("value of a is = "+a); } } public class This_ClassUse { public st at ic void main(St ring ar[]) { t his1 a=new t his1(10,2); }

Relat ed Post
SHA1 Hash generating program in java MD5 Hash generating program in java Java Program to Find Network Interf ace Java Program to f ind Your IP Address and LoopBack Address Shif t Operator Program in Java Enter your email address:

Delivered by FeedBurner

Post Footer automatically generated by Add Post Footer Plugin f or wordpress.

You might also like