Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
Where can I find solutions for APC book back questions??  | 
  | 
| asked by Sangeeth Sahana (sangeethsahana) 8 years ago  | 
1  | 
Write java statement
to invoke the parameterized constructor of pupil class by passing the values 4,5 and 6  | 
  | 
| asked by 45Trolaf (olaf) 8 years ago  | 
2  | 
We have to create the main in function overloading program. Right? Cause i have seen many people on respaper telling that in function overloading programs we dont have to  | 
  | 
| asked by Yash Baranwal (yash107) 8 years ago  | 
2  | 
 + 1 more questions by yash107    
In class and object program, can we use static keyword for making the variables global and make the member functioms also static.  | 
  | 
 
| asked by Yash Baranwal (yash107) 8 years ago  |  
1  |  
  | 
2 difference between for and whole loop  | 
  | 
| asked by Catlover (catlover) 8 years ago  | 
1  | 
whoeven has made his official return :)  | 
  | 
| asked by Gulyaeal (flarrowfan) 8 years ago  | 
6  | 
TWO TRICKY OBSERVATION QUESTIONS( *TOOK ME HALF AN HOUR :)*):
1)int x=0,y=0;
for (x=1,x<=6;x+=3)
for (int y=15;y>1;y-=x*7)
System . out . println(y-x);
System . out . println(y);
2)What will be the contents of the array assuming that the inputs are 6,5,9,2:
boolean ans[]=new boolean[4];int pnumb=0;
System . out . println("Enter 5 integers:");
for (int i=0;i<5;i++)
{
numb=scan.nextInt();
if (i!=0)ans[i]=pnumb>numb;
pnumb=numb;
} | 
  | 
| asked by Akash Ashok (akashskyash007) 8 years ago  | 
3  | 
A keyword which distinguishes between instance variables and class variables,wt is it??  | 
  | 
| asked by Mythili Podapati (sashimaithili) 8 years ago  | 
5  | 
name the function that accepts the character from the keyboard.....can anyone plz tell this ans..  | 
  | 
| asked by Nikitha Maramraj (nikithanikki) 8 years ago  | 
1  | 
!!!!!!!!-----------IF ANYONE HAS ANY DOUBT IN ANY PROGRAM OR CONCEPT FEEL FREE TO MESSAGE ME----------!!!!!!!!!  | 
  | 
| asked by Satendra singh (skshooda) 8 years ago  | 
2  | 
Predict the output:
String str="computer";
System.out.println(str.indexOf('i')); | 
  | 
| asked by Pranjali Sharma (pranjali2806) 8 years ago  | 
4  |