Ask a Question | Answer a Question! |
![](/img/l.gif)
Submitting your question...
ResFinder - Thousands of Practice Papers
1. Give the output of the following string function
CABLE”.compareTo(“CADET”)
please reply ASAP. |
![](//pl.respaper.com/64/susangrace.jpg) |
asked by Bilu Thomas (susangrace) 6 years ago |
3 |
Is inserting deleting and merging array in syllabus? |
![](//pl.respaper.com/64/respaper119.jpg) |
asked by Vinay Thakur (respaper119) 6 years ago |
1 |
String s = "Welcome toppers!";
boolean y = Character.isUpperCase(s.charAt(7));
What's the output? |
![](//pl.respaper.com/64/advaith_17.jpg) |
asked by The Matrix City (advaith_17) 6 years ago |
5 |
Write a program to read a sentence and obtain the following info:
a. Total number of characters excluding spaces.
b. Number of words.
c. Average number of characters per word. |
![](//pl.respaper.com/64/anonymoususer.jpg) |
asked by Anushka K (anonymoususer) 6 years ago |
3 |
+ 1 more questions by anonymoususer
Write a program to check the validity of any entered character and print if it is an alphabet, digit or any other character. |
![](//pl.respaper.com/64/anonymoususer.jpg) |
asked by Anushka K (anonymoususer) 6 years ago |
1 |
|
Can someone tell me what an orphaned case is? And what type of error it is? |
![](//pl.respaper.com/64/btslover.jpg) |
asked by Kanyaka Samantara (btslover) 6 years ago |
2 |
Compare local,instance and class variables on the given criterion : number of copies for each of them in a class |
![](//pl.respaper.com/64/nehalg.jpg) |
asked by Nehal G (nehalg) 6 years ago |
1 |
Program: Store ten numbers in array X and array Y respectively. Shift all the even numbers from X and Y in an array E and all the odd numbers from X and Y into another array D. Finally print the elements from E and D array......Please help me with this program.. |
![](//pl.respaper.com/64/hemang32.jpg) |
asked by Priyanka Singhal (hemang32) 6 years ago |
1 |
what is the audible bell(computer applications) |
![](//pl.respaper.com/64/rick1234.jpg) |
asked by Rick Biswas (rick1234) 6 years ago |
1 |
Do we need to describe the variables for the class program( the very first programme)?? variables and method are already described there... |
![](//pl.respaper.com/64/sameed.jpg) |
asked by Sameed Hussain (sameed) 6 years ago |
2 |
Re write using for loop
int m=100;
while(true)
{
System.out.println(m/2);
m-=10; if(m%4==0)break;
}
Is this answe valid:
boolean v=true;
for(int m=100;v==true;m-=10)
{
System.out.println(m/2);
v=(m%4==0)?false:true;
} |
![](//pl.respaper.com/64/ashutosh_dash.jpg) |
asked by Ashutosh Dash (ashutosh_dash) 6 years ago |
2 |