about interview ques. 1 Answer(s) 2 years and 11 months ago
Posted in : Java Interview Questions
i give a interview for java.. they ask me. what is System.out.println(); what is its write ans...
View Answers
July 14, 2010 at 4:58 PM
Hi Friend,
It is the syntax of Java used to display a string on the console window or the computer screen. The System.out.println("hi"); displays hi on the console.
System- It is a predefined class that provides access to the system. out- It is the output stream that is connected to the console. print() - It prints the specific string onto output device.
Thanks
Related Pages:
about interview ques. - Java Interview Questions aboutinterviewques. i give a interview for java..
they ask me.
what is System.out.println();
what is its write ans... Hi Friend,
It is the syntax of Java used to display a string on the console window
Difficult Interview Questions Page -1
Difficult Interview Questions Page -1
Question 1: Tell me about yourself ?
Answer: Whenever you go for the interview, most probably this is the
first question asked
provide me the program for that ques.
provide me the program for that ques. wtite a program in java there is a class readchar.the functionality of this class is to read a string from the console and display the characters of that string on the console.
 
give the code for this ques///
give the code for this ques/// write a program in java in which there is a clss readline. the functionality of this class is to read a string from the console and display it on the console .A point that should be keep in mind
give the code for this ques///
give the code for this ques/// write a program in java which contains a class simple. this class contains 4 members variables namely a,b,c,and d. This class also contains 3 constructors of 2,3 and 4 arguments and a function
About Java - Java Interview Questions About Java what is edition of java?
versions of weblogic?
what r the webserver applications used in your application
about banking application - Servlet Interview Questions about banking application i put 2+ fake on banking application the interviewers are asking me where u used servlets,jsp and how .they are also asking about the how you r using jdbc (rdbms oracle). tell about this problem  
about MVC in java - Java Interview Questions about MVC in java hi,
In MVC Architecute can the Model and View can communicate directly or not? Hi friend,
For read in details MVC Architecture visit to :
http://www.roseindia.net/struts/mvc
About tld files - JSP-Interview Questions About tld files What are tag library descriptor files & what... files are the XML document that contains information about the whole library and about each tag contained in the library. These files are used by a web container
About Object cloning. - Java Interview Questions About Object cloning. what is Object cloning? can u explain with example? Hi Friend,
The way to make an identical copy of an object is said to be object cloning.In java, it has to be done using clone() method
java - Java Interview Questions
java hello sir this is suraj .i wanna ask u regarding interview.....tat is when a mixture of 4 or 5 ques in 1 single question which is real.../interviewquestions/
Here you will get lot of interview questions
about c and java about c and java i need java and c language interview and objective questions with answers for the fresher.please provide to me
Please visit the following links:
http://www.roseindia.net/java/
http
interview questions interview questions
Tell us about a situation where you had... with conflict? Give us an example.
Tell us about a problem that you�ve solved... in scheduling your time?
Tell me about a difficult decision you�ve made
interview questions interview questions
Tell us about a situation where you had... with conflict? Give us an example.
Tell us about a problem that youâ??ve solved... in scheduling your time?
Tell me about a difficult decision youâ??ve made in the last
interview questions interview questions
Tell us about a situation where you had... with conflict? Give us an example.
Tell us about a problem that youâ??ve solved... in scheduling your time?
Tell me about a difficult decision youâ??ve made in the last
interview questions interview questions
Tell us about a situation where you had... with conflict? Give us an example.
Tell us about a problem that youâ??ve solved... in scheduling your time?
Tell me about a difficult decision youâ??ve made in the last
HR Interview,Interview the Interviewer
HR Interview Advice - Interview the Interviewer... are now at the end of your interview session. What next? The answer... the employee’s need to know about matters that affect him, no matter where he
Java - Java Interview Questions
Applications, 2008 passout,
Can u give Some Idea about Attending MNC Technical Interviewinterview, Tech are c++, java, Hi friend,
Now get more information.
you can lean all type interview question by following link
description about jdk 1.5 features - Hibernate Interview Questions
description about jdk 1.5 features Hi.
Please can anyone provide the details description regarding the new features available in jdk 1.5.... Hi friend,
JDK :
JDK is a software development program provided
Collection of Large Number of Java Interview Questions!
what you think about these interview Questions, or anything else that comes to mind...
Interview Questions - Large Number of Java Interview Questions
Here you will find Job Interview Questions
for J2EE technologies. Before appearing in Job
jdbc interview question
how does java interact with databases? jdbc interview question how does java interact with databases?
can we interat with non relational sources using jdbc?
can you explain in short how you go about using jdbc api in code
HR Interviews,HR Interview Guide,HR Interview
;
HR Interview is very important in getting a job, this page will guide you in
getting sure success.
HR Interview Advice - Interview the Interviewer... the
questions of the HR. You are now at the end of your interview session. What
HR Interview FAQ
of typical interview questions. That's what this article is about.
Interviewers...
HR Interview FAQ :
Before you head out to a job interview, it's a good idea
jdbc interview question
what are the adv and disadv dirver1,2,3,4? expain type 1,type 2,type 3,type 4 drivers in JDBC. JDBC interview question what are the adv and disadv...?
if there is more than one exception in sqlexception calss how to go about displayin it?
how
Difficult Interview Questions
Difficult Interview Questions
Interview is an essential part of
the selection criteria... they are completely unaware about the
atmosphere and questions that can be asked 
servlet - Servlet Interview Questions
servlet how to upload the webapplication in host Hi friend,
Read for more information about Servlets:
http://www.roseindia.net/servlets/
Thanks
Java - Java Interview Questions
and the complexitiy which is faced while programming.you could be asked about most... about what you have done so far, which is more importent i guess
Core Java Interview Question, Interview Question
Core Java Interview Question Page 18
 ... information about an object?
Answer: The Class class is used to obtain information about an object's design.
Question: What is the relationship between clipping
Synchronized - Java Interview Questions
Synchronized i want synchronized programs ? in java plz help me?any site Hi Friend,
If you want to know about the synchronized method,please visit the following link:
http://www.roseindia.net/java/java-methods
jdbc interview question
provides information about a result set that is returned by an executeQuery() method... the information about the names of the columns, number of columns, data type...:DatabaseMetaData provides comprehensive information about the database. This interface
Core Java Interview Question, Interview Question
Core Java Interview Question Page 24
Question: Why do we need public static void main... to discover information about the fields, methods and constructors of loaded
java - Java Interview Questions
java What is the purpose of Generics in collection?
Hi
I am sending a link where you can find details about generics/collection.
Please refer this link: http://www.roseindia.net
java - Java Interview Questions
java can you please send complete information about singleton class and where it can be used and how it can be used? hai friend
singleton class means,We have to create one object for one class.
By using private