Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
What's Dangling Else? Could anyone explain with example?  | 
  | 
| asked by Prateek Pradhan (prateek235) 6 years ago  | 
3  | 
Why is an object called an instance of a class?  | 
  | 
| asked by Ansh Anand (teleansh) 6 years ago  | 
1  | 
 + 3 more questions by teleansh    
1) three attributes required for class declaration
2) howany default constructor can a class have. 1 right. KIPs says 4  | 
  | 
 
| asked by Ansh Anand (teleansh) 6 years ago  |  
2  |  
three attributes required for class declaration  | 
  | 
 
| asked by Ansh Anand (teleansh) 6 years ago  |  
0  |  
What is difference between Integer.parseInt and Integer.valueOf  | 
  | 
 
| asked by Ansh Anand (teleansh) 6 years ago  |  
2  |  
 
 
how do you print this pattern
55555
54444
54333
54322
54321  | 
  | 
 
| asked by Arjunan Rajeswari (rajiarju) 6 years ago  |  
4  |  
 
What is a copy constructor .Explain giving an example for the same.  | 
  | 
 
| asked by Tubhyam Mehta (tirth7683) 6 years ago  |  
2  |   + 1 more questions by tirth7683    
What is the output of this
public class q 
{
public static void main()
{
String s=”Object”;
int l=s.length();
for(int c=0;c<l;c++)
{
if(Character.isLowerCase(s.charAt(c)))
System.out.print(Character.toUpperCase(s.charAt(c)));
else if(c%22==0)
System.out.print(‘E’);
else
System.out.print(Character.toLowerCase(s.charAt(c)));
}
}
} | 
  | 
 
| asked by Tubhyam Mehta (tirth7683) 6 years ago  |  
4  |  
  |  
 
3 Marks Test. 
Name:
i) A normal salt formed when basic oxide and acidic oxide react.
ii) An insoluble binary salt.
Give Reason:
Dry HCl does not change the colour of Litmus Paper.  | 
  | 
 
| asked by Rg (rikhil32) 6 years ago  |  
5  |  
 
Now here comes a milloin dollar ques 
 
Int a=newInt[5]
System.out.println(a);
Whta us output of a  | 
  | 
 
| asked by Annhaliator (laxyone) 6 years ago  |  
7  |  
   |