Ask a Question | Answer a Question! |
![](/img/l.gif)
Submitting your question...
ResFinder - Thousands of Practice Papers
diffrnce betn double n Double
q2 diffrnce betn NextLine() n nextLine()
q3 name a package neede to perform imp n output tasks
q4name a keyword (1)for allocating memory to array (2)distingusheh betwn instance n class variables
q5 can a protected member of a public cls b accessed by class of sum other package |
![](//pl.respaper.com/64/omadarsh.jpg) |
asked by Sudzzzz.... (omadarsh) 8 years ago |
1 |
comp ke notes want |
![](//pl.respaper.com/64/yash14052000.jpg) |
asked by Yash Kamerkar
(yash14052000) 8 years ago |
2 |
//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();
}
} |
![](//pl.respaper.com/64/sdfg.jpg) |
asked by Sdfg Sdfg
(sdfg) 8 years ago |
2 |
why java is known as platform |
![](//pl.respaper.com/64/mridul2015.jpg) |
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 |
![](//pl.respaper.com/64/vartika6.jpg) |
asked by Vartika S (vartika6) 8 years ago |
3 |
What is a buffered reader ? Pls explain ... |
![](//pl.respaper.com/64/kushagra2014.jpg) |
asked by Kushagra Kushagra
(kushagra2014) 8 years ago |
2 |
Answer this question |
![](//pl.respaper.com/64/aswmgirl17.jpg) |
asked by Kavya Sekhar (aswmgirl17) 8 years ago |
4 |
Can anybody upload Jamnabai Narsee computer paper. |
![](//pl.respaper.com/64/gforce777.jpg) |
asked by Anubhav Verma (gforce777) 8 years ago |
0 |