Ask a Question | Answer a Question! |
Submitting your question...
ResFinder - Thousands of Practice Papers
What is the difference between method overloading and method overriding |
|
asked by Jeff mckinley (chende) 6 years ago |
2 |
Guys, seeing the last 10 years paper pattern, I can say that with 100% surety that we will have to attempt 4 programs of 15 marks each... share with everyone! |
|
asked by Darth Vader (aj87) 6 years ago |
5 |
What is the syntax for receiving an array in the main method? |
|
asked by Nehal G (nehalg) 6 years ago |
1 |
+ 2 more questions by nehalg
How to convert String to String buffer(syntax with example please)? |
|
asked by Nehal G (nehalg) 6 years ago |
1 |
float dn=56.78
(i)store the first two characters and last two characters in 2 separate variables
(ii)display the uppercase alphabet form of want is stored in 2 numeric variables |
|
asked by Nehal G (nehalg) 6 years ago |
2 |
z=x^3 + y^3 + y/z
Which is correct ?
1. z= Math.pow(x,3)+Math.pow(y,3)+y/z;
2.double z=Math.pow(x,3)+Math.pow(y,3)+y/z; |
|
asked by Manidipa Majumdar (ngptmat) 6 years ago |
3 |
Write a function prototype of the following :
A function PosChar which takes a string argument and a character argument and returns an integer value.
P.S. Please explain too. Thanks a lot |
|
asked by Harry Potter (studyicse) 6 years ago |
3 | + 1 more questions by studyicse
State the data type and value of y after the following is executed :
char x='7';
y= Character.isLetter(x);
P.S. What will Character Wrapper Class do in this statement? |
|
asked by Harry Potter (studyicse) 6 years ago |
2 |
|
Can someone CLEARLY tell me the diff between instance, class and local variable...... |
|
asked by Kris Shibu (zeusinmars) 6 years ago |
3 | + 1 more questions by zeusinmars
Can someone tell me the most probable programs which will come tmrw.... |
|
asked by Kris Shibu (zeusinmars) 6 years ago |
1 |
|
Will I get good marks if I study from the APC book? |
|
asked by Pavan K Srinivasan (throwaway) 6 years ago |
1 |
plzz explain
what is the output in case the strings are of different length,while using compareTo function??does it work the same way-finding the difference between the values of 1st character of each word?? |
|
asked by Snigdha (silver2002) 6 years ago |
3 |
|