Ask a Question | Answer a Question! |

Submitting your question...
ResFinder - Thousands of Practice Papers
//answer to the question i had posted below
class ABC
{
int a,b;
ABC(int a , int b)
{
this.a = a;
this.b = b;
}
void display()
{
System.out.println("a= "+ this.a);
System.out.println("b= "+ this.a);
}
public static void main()
{
ABC obj = new ABC(2,3);
obj.display();
}
} More... |
 |
asked by Sdfg Sdfg
(sdfg) 8 years ago |
2 |
why java is known as platform |
 |
asked by Mridul Bagri (mridul2015) 8 years ago |
1 |
Write a program to input a string and print the same string after arranging each letter in alphabetical order.
e.g., Input : COBOL
Output : BCLOO |
 |
asked by Vartika S (vartika6) 8 years ago |
3 |
What is a buffered reader ? Pls explain ... |
 |
asked by Kushagra Kushagra
(kushagra2014) 8 years ago |
2 |
Answer this question |
 |
asked by Kavya Sekhar (aswmgirl17) 8 years ago |
4 |
Can anybody upload Jamnabai Narsee computer paper. |
 |
asked by Anubhav Verma (gforce777) 8 years ago |
0 |
+ 3 more questions by gforce777
Can I skip any chapter. |
 |
asked by Anubhav Verma (gforce777) 8 years ago |
1 |
Are the programs given in 10 years solved papers reliable. |
 |
asked by Anubhav Verma (gforce777) 8 years ago |
1 |
Can anybody explain me the first pattern program of 2015 board paper |
 |
asked by Anubhav Verma (gforce777) 8 years ago |
0 |
|
Guys pls upload ur school notes and email me at tanmaydani2000@gmail.com.......ASAP Then i will email u on the same email id the link for exam 18 50 super prg........Dont send the ones from res again THANK YOU...........NEXT I WILL BE CHECKING MY MAIL AT 3 so do it before that.......................... |
 |
asked by Ankit Fadia (tanmay_dani) 8 years ago |
1 |
display pattern;
on pg 156 in syllabus book plz.. |
 |
asked by Adithya Kannan (adiketh198) 8 years ago |
1 |