Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
THROWS keyword only declares that such an exception occurs but doesnot handle it right  | 
  | 
| asked by Sankhya Gowda (taankkkkk) 6 years ago  | 
2  | 
Guyzz,I am confused in math.rint().
In textbook they gave something and execution on the system results in something else.
Please explain.  | 
  | 
| asked by SId m (siddhant03) 6 years ago  | 
3  | 
What are temporary instances of a class?  | 
  | 
| asked by Anvaya Juvekar (anvaya) 6 years ago  | 
2  | 
Guys if it is a[4], do we have to take 4 elements or 5 elements in the array??  | 
  | 
| asked by Sahaj Shah (eternityseeker) 6 years ago  | 
2  | 
Two points of differences between If else if ladder and Switch case  | 
  | 
| asked by SODA The Ultimate comedy (aniruddha_1) 6 years ago  | 
3  | 
Could someone explain >> and << to me? I'd be grateful....  | 
  | 
| asked by Mr. Mathematics (aditya_bandaru) 6 years ago  | 
1  | 
if (n == 0) 
           { 
               n = sum; 
               sum = 0; 
           } 
I cannot find any use of these lines in magic number progrma
Can anyone pllease explain. | 
  | 
| asked by Bitthal Maheshwari (bitthal04) 6 years ago  | 
5  | 
String res = str.replace(" " , "");  this works
 but this String res = str.replace(' ' , ''); do not work
Why? if they should be character then ther should be ' ' | 
  | 
| asked by Ansh Anand (teleansh) 6 years ago  | 
1  |