Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
GUYS GREAT  NEWS ...........
.
.
.
.
.
.
.
.
Only 19 hours to freedom .  | 
  | 
| asked by The Dark Lord (shashank44thool) 9 years ago  | 
3  | 
Name the two real literals of java. Mention the size of each, in bytes.  | 
  | 
| asked by Lord Roshan the Great (lordroshan) 9 years ago  | 
2  | 
Is compulsory to write comments ?  | 
  | 
| asked by Vedant Sardal (vedantsardal) 9 years ago  | 
2  | 
1. 2 3
4 5 6 
7 8 9 10
11 12 13 14 15
how to do this pattern??  | 
  | 
| asked by Bhavana (mpc123) 9 years ago  | 
5  | 
If asked 2 find d position of a character in a string shud we use only indexOf() or indexOf()+1?  | 
  | 
| asked by Kalyani Bhakat (kalyanibhakat) 9 years ago  | 
1  | 
For all of the people looking for definitions --->
https://bluejforicse.wordpress.com/icse-computer-applications-theorey/  | 
  | 
| asked by Darshan Deshpande (darshan1504) 9 years ago  | 
1  | 
any important prelim paper{ economic application} | 
  | 
| asked by Kav (kav123) 9 years ago  | 
0  | 
Easiest available program for arranging a string into alphabetical order.
eg- vijay
output- aijvy  | 
  | 
| asked by Vijay Kr
 (krvijay28) 9 years ago  | 
6  | 
String s="150";
int n=Integer.valueOf(s);
System.out.print(n+150.9242);
According to the datatype it shouldnt print the decimal right ?? ( int wil never print decimal values like double and float right ) then how come the above code is printing it ......That too output is 300.92420000000004......HOw how  | 
  | 
| asked by MP Harsha (student58) 9 years ago  | 
2  |