Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
what will this code print???
int arr[]=new int [5];
System .out .println (arr);
i)0  
ii)value stored in arr[0]
iii)0000
iv)garbage value  | 
  | 
| asked by Abhi (bitun) 9 years ago  | 
3  | 
GUYS SORRY FOR THE DELAY ILL UPLOAD IT RIGHT NOW................BUT PLEASE DO FAV ME............ASAP  | 
  | 
| asked by Ankit Fadia (tanmay_dani) 9 years ago  | 
0  | 
 + 2 more questions by tanmay_dani    
IF TEN OR MORE PEOPLE WANT 50 JAVA PROGRAMS I WILL UPLOAD IT......................  | 
  | 
 
| asked by Ankit Fadia (tanmay_dani) 9 years ago  |  
6  |  
I CAN GIVE THE LINK IF 10 PEOPLE OR MORE WANT!!!!!!!!    IS THIS FAIR ENOUGH........  | 
  | 
 
| asked by Ankit Fadia (tanmay_dani) 9 years ago  |  
7  |  
 
 
Sdfg,what are the possible programs that can come this year?  | 
  | 
 
| asked by Anubhav Verma (gforce777) 9 years ago  |  
1  |  
 
String S="In the year 2010 the 16th Asian games is held at Guangzhou".
one statement 4 each
i)Extract the word Asian and convert it 2 UC and print
ii)Extract 2010, convert 2 int and print
iii)concat last word wid 1st and print  | 
  | 
 
| asked by Allcaps (mrsmart) 9 years ago  |  
2  |  
 
WRITE VALID JAVA STATEMENT TO PRINT D POSITION OF FIRST OCCURENCE OF 'R' IN STRING CITY
Q2 WRITE A STRING LIBRARY FUNC THAT USES D CONCEPT OF FUNC OVERLOADING  | 
  | 
 
| asked by Sudzzzz.... (omadarsh) 9 years ago  |  
1  |   + 3 more questions by omadarsh    
how is state of object represented
q2 define data hiding
q3 how does java compile its program
q4 name d OOP principal dat implements data hiding  | 
  | 
 
| asked by Sudzzzz.... (omadarsh) 9 years ago  |  
2  |  
how to write prog for mystery no?  | 
  | 
 
| asked by Sudzzzz.... (omadarsh) 9 years ago  |  
2  |  
diffrnce betn double n Double
q2 diffrnce betn NextLine() n nextLine()
q3 name a package neede to perform imp n output tasks
q4name a keyword (1)for allocating memory to array (2)distingusheh betwn instance n class variables
q5 can a protected member of a public cls b accessed by class of sum other package  | 
  | 
 
| asked by Sudzzzz.... (omadarsh) 9 years ago  |  
1  |  
 
 
In CTA, how many differences should we write for 2 marks??  | 
  | 
 
| asked by Nikita Sharma (nikitasharma59) 9 years ago  |  
1  |   + 2 more questions by nikitasharma59    
Are separators and delimiters the same  | 
  | 
 
| asked by Nikita Sharma (nikitasharma59) 9 years ago  |  
1  |  
Give 2 eg of library classes other then scanner class and math class  | 
  | 
 
| asked by Nikita Sharma (nikitasharma59) 9 years ago  |  
2  |  
 
 
comp ke notes want  | 
  | 
 
| asked by Yash Kamerkar
 (yash14052000) 9 years ago  |  
2  |  
 
//answer to the question i had posted below 
class ABC
{
int a,b;
ABC(int a , int b)
{
this.a = a;
this.b = b;
}
void display()
{
System.out.println("a= "+ this.a);
System.out.println("b= "+ this.a);
}
public static void main()
{
ABC obj = new ABC(2,3);
obj.display();
}
} | 
  | 
 
| asked by Sdfg Sdfg
 (sdfg) 9 years ago  |  
2  |  
 
 
 
 |     |    |