Ask a Question | Answer a Question! |
![](/img/l.gif)
Submitting your question...
ResFinder - Thousands of Practice Papers
South Africa lost :( |
![](//pl.respaper.com/64/bestintheworld.jpg) |
asked by Saahil Sankar B (bestintheworld) 8 years ago |
2 |
whats the difference between instance,class and local variable |
![](//pl.respaper.com/64/ayesha1952.jpg) |
asked by Nh (ayesha1952) 8 years ago |
0 |
is it imp. to write comment in programs in exam? |
![](//pl.respaper.com/64/shreyashi29.jpg) |
asked by Shreyashi Shreyashi (shreyashi29) 8 years ago |
2 |
Can we write The use of guard cells as check
excessive transpiration? |
![](//pl.respaper.com/64/kushagra2014.jpg) |
asked by Kushagra Kushagra
(kushagra2014) 8 years ago |
2 |
please check if this question is right
it is in comments |
![](//pl.respaper.com/64/gforce777.jpg) |
asked by Anubhav Verma (gforce777) 8 years ago |
1 |
Guys: public class construct{
void construct(int a, int b)
{}
In calling program.
Input a and b;
construct ob =new construct(a,b);
Is thus correct !?? If this is parameterized constructor ( don't mind the errors just see the variables and tell me can we use it like this))??? |
![](//pl.respaper.com/64/abhibenne.jpg) |
asked by Abhishek Shyam (abhibenne) 8 years ago |
2 |
GUYS ONE REQUEST IF U HAVE COMP NOTES UPLOAD IT ASAP BEFOR TOM....................PLS |
![](//pl.respaper.com/64/tanmay_dani.jpg) |
asked by Ankit Fadia (tanmay_dani) 8 years ago |
0 |
(someone can help me find mistake in this program.)
import java.io.*;
import java.lang.*;
public class reversing
{
public void reverseit()
{
int i,n;
String t="", b="";
String a= "India is my country";
n=a.length();
for(i=0;i<=n;i++)
{
char x =a.charAt(i);
if(Character.isWhitespace(x))
{
t=t+""+b;
b="";
}
else
{
b=x+b;
}
}
System.out.println("p+'' +b");
}
} |
![](//pl.respaper.com/64/cuteprincessamj.jpg) |
asked by Ann Mary
(cuteprincessamj) 8 years ago |
2 |