GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
GeekInterview.com
>
Interview Questions
>
J2EE
>
OOPS
Go To First
|
Previous Question
|
Next Question
OOPS
| Question 27 of 31
Print
int i;
void main()
{
int j=100,k;
cout<
}
what is the output?
Total Answers and Comments:
3
Last Update: July 19, 2008 Asked by:
dasangampraveena
Sponsored Links
Best Rated Answer
—
No best answer available. Please pick the good answer available or
submit
your answer.
March 10, 2008 04:48:43
#1
sampra
Member Since: February 2008 Contribution: 278
RE: int i;void main(){ int j=100,k; cout
make ur qus clear
Is this answer useful?
Yes
|
No
0
1
Overall Rating:
-1
April 23, 2008 19:36:01
#2
jrcheenu
Member Since: April 2008 Contribution: 5
RE: int i;void main(){ int j=100,k; cout
The above program will not compile in java as cout is not defined.
Is this answer useful?
Yes
|
No
0
1
Overall Rating:
-1
July 19, 2008 14:23:28
#3
AmmiSudipto
Member Since: July 2008 Contribution: 1
RE: int i;void main(){ int j=100,k; cout
void main() is not accessible to JVM. Because it not public and static. JVM has no entry point.
Is this answer useful?
Yes
|
No
Go To Top
Sponsored Links
Related Categories
—
Core Java Interview Questions
EJB Interview Questions
Hibernate Interview Questions
Java Interview Questions
Java Patterns Interview Questions
JDBC Interview Questions
JMS Interview Questions
JSP Interview Questions
Java OOPS Interview Questions
Ruby Interview Questions
Servlets Interview Questions
Spring Interview Questions
Struts Interview Questions
Websphere Interview Questions
Sponsored Links
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved