Home Answers Viewqa Java-Interview-Questions Java interview questions and answers

 
 


Abhishek Hack
Java interview questions and answers
3 Answer(s)      2 years and a month ago
Posted in : Java Interview Questions

  1. what is garbage collection? What is the process that is responsible for doing that in java?

Ans.Reclaiming the unused memory by the invalid objects. Garbage collector is responsible for this process

2.What kind of thread is the Garbage collector thread?

Ans. It is a daemon thread.

3.What is a daemon thread?

Ans.These are the threads which can run without user intervention. The JVM can exit when there are daemon thread by killing them abruptly.

4.How will you invoke any external process in Java?

Ans. Runtime.getRuntime().exec(â?¦.)

5.What is the basic difference between string and stringbuffer object?

Ans. String is an immutable object. StringBuffer is a mutable object.

6.

View Answers

April 18, 2011 at 2:30 PM


//java program for static member method

public class staticc{

int i;

static int j;

public static void staticMethod(){

System.out.println("you can access a static method this way");

}

public void nonStaticMethod(){

i=100;
j=1000;
System.out.println("Don't try to access a non static method");

}

public static void main(String[] args) { //i=100;

 j=1000;
//nonStaticMethod();
staticMethod();

} }


November 9, 2011 at 5:29 PM


String objects are constants and immutable where as StringBuffer objects are not.StringBuffer Class supports growable and modifiable string where as String class supports constant strings. Strings once created we cant modify them. Any such attempt will lead to the creation of new strings.Where as StingBuffer objects after creation also can be able to delete oo append any characteres to it.String values are resolved at run time where as StringBuffer valuesc are resolved at compile time.So if you know the exact size of the string to be appended it is better to go for String objects.


November 22, 2011 at 9:36 PM


Nice Collections of Java Interview question. It really helpful for beginner as well as developer. Check following link too, It is also having a nice collection on Java interview question...

http://mindstick.com/Interviewer/QuestionPage.aspx?topicid=10&topic=Java

Thanks everyone for your nice collection.









Related Pages:
Java interview questions and answers
Java interview questions and answers   what is garbage collection? What is the process that is responsible for doing that in java? Ans.Reclaiming... in Java? Ans. Runtime.getRuntime().exec(â?¦.) 5.What is the basic difference
Core Java Interview questions and answers
Core Java Interview questions and answers  ... and answers in one place. These Core Java Interview Questions are supported... the answers. We are constantly trying to provide best Core Java Interview questions. You
Software Questions and Answers
from within Java program. JMS - JMS questions and answers.... Java Interview Questions - Discuss Java Interview Questions here... Hibernate Interview questions and browser the answers. JUNIT - The Junit
Software Questions and Answers
the answers of the questions asked. JavaMail - Java API to send... questions here. Java Interview Questions - Discuss Java... Questions - Ask Hibernate Interview questions and browser the answers
Plz give the answers - Java Interview Questions
), is the number itself. Write a JAVA program to find all perfect numbers between 2... information,Examples and tutorials on java visit to : http://www.roseindia.net/java/ Thanks
hint - Java Interview Questions
of interview questions and their answers. Thanks  thanks for your...hint  Dear roseindia, i want the java interview question and the corresponding question answers.   Hi Friend, Please visit
java questions - Java Interview Questions
java questions  HI ALL , how are all of u?? Plz send me the paths of java core questions and answers pdfs or interview questions pdfs or ebooks :) please favor me best books of interviews questions for craking
java interview question and answer - Java Interview Questions
java interview question and answer   sir, i want one mark java interview question and answers
Questions and Answers Help
Questions and Answers Help      ...://www.roseindia.net/answers/viewqa/Java-Beginners/11976-Java-Hello-World-code-example.html Ask Questions | Browse Latest Questions and Answers
Questions and Answers Help
Questions and Answers Help      ...://www.roseindia.net/answers/viewqa/Java-Beginners/11976-Java-Hello-World-code-example.html Ask Questions | Browse Latest Questions and Answers
java - Java Interview Questions
Java interview questions and answers for freshers  Please provide me the link of Java interview questions and answers for freshers  Hi friend,class Point{ int x, y; Point(){ System.out.println("default"
JAVA - Java Interview Questions
JAVA  i need objective Questions and answers ( with 4 or 5 choice) in JAVA. Can anyone help me?   H1!! pl. mail your email id to asciimails@gmail.com. I will send you within 2-3 days. Krishna
interview - Java Interview Questions
interview  kindly guide me some interview questions of Java
interview questions - Java Interview Questions
interview questions for Java  Hi Any one can u please post the interview point of questions.Warm Regards, Satish
Interview Questions and Answers
Interview Questions and Answers   ... interview questions and some possible ways to answer them. Please remember... such questions, rather than specific answers. Remember, what you say makes only
java - Java Interview Questions
Java Abstract Class and Interface Info  What are the Java Abstract... read the given tutorial. http://www.roseindia.net/java/master-java/abstract... of Interface"! http://www.roseindia.net/answers/viewanswers/244.html
java - Java Interview Questions
Helpful Java Interview questions   Need Helpful Java Interview questions
Collection of Large Number of Java Interview Questions!
Interview Questions - Large Number of Java Interview Questions Here you... questions, you can discuss interview topics questions and answers here.  Our... Java Interview Questions
Interview Question - Java Interview Questions
Interview Question  I need Interview Questions on Java,J2EE Pls help me
j2ee - Java Interview Questions
in init() method of a servlet.Give me the correct answers....... with explanation
Hibernate - Hibernate Interview Questions
hibernate interview questions and answers  Hi, Can anyone give me the best reference of hibernate interview questions and answers?Thanks in advance
Java Interview Questions
Java Interview Questions  Hi, Can anyone tell the urls of Java Interview Questions on roseindia.net? Thanks
Struts - Java Interview Questions
Struts Interview Questions  I need Java Struts Interview Questions and examples
Exception - Java Interview Questions
Exception in Java programming  What is Exception?  Chained Exception in JavaChained Exception in Java, this is a new in release 1.4..., and these exception can be caused by another exception. Exceptions in Java
Common Interview Questions and Their Answers.
Common Interview Questions and Their Answers.... The questions and answers given here should act more as indicators, rather... for successful interviews is to remember how you feel. Yes, it is your nth interview
Java - Java Interview Questions
Java  Questions on Java
java interview - JSP-Interview Questions
java interview  what type of questions would be asked to a 3 years experience person in java? can anyone please provide list of topics or interview questions for 3 years experience in java
help me - Java Interview Questions
interview questions java pdf   Do you have any PDF for Java Interview questions
java - Servlet Interview Questions
java  servlet interview questions  Hi friend, For Servlet interview Questions visit to : http://www.roseindia.net/interviewquestions/servlet/ Thanks
interview path pdf
interview path pdf  Plz send me the paths of java core questions and answers pdfs or interview questions pdfs... the interview for any company... the following link: Interview Questions and their Answers
jvm - Java Interview Questions
jvm  Can you provide some JVM Questions for Java Interview preparation
important topics to prepare for java interview
interview questions from the given link: Java Interview Questions and their Answers...important topics to prepare for java interview  hi friends can anyone tell what are the important topics to prepare for java interview????  
java - Java Interview Questions
Java Development  I need a Job in Java Development..so preparing for it. Can anyone please guide me how to prepare and what are the common questions that can be asked at interview
Interview question - Java Interview Questions
Interview question   Hi Friends, Give me details abt synchronization in interview point of view. I mean ow to explain short and neat. Thanks
java - Java Interview Questions
java  MNC now which modal question are asked in interview
Jsp - Java Interview Questions
Need JSP Interview Questions  Hi, I need JSP interview questions.Thanks
JAVA connection pooling - Java Interview Questions
JAVA connection pooling  how to do JDBC connection pooling in Apache...://www.roseindia.net/jsp/jspfundamentals.shtml http://www.roseindia.net/answers/viewanswers/3338.html http://www.roseindia.net/answers/viewanswers/2838.html
java - Java Interview Questions
java  i want to java&j2ee interview questions. Regards Akhilesh Kumar  Hi friend, I am sending you a link. This link will help you. Read for more information. http://www.roseindia.net/interviewquestions
Interview Tips - Java Interview Questions
Interview Tips  Hi, I am looking for a job in java/j2ee.plz give me interview tips. i mean topics which i should be strong and how to prepare. Looking for a job 3.5yrs experience
java - Java Interview Questions
/interviewquestions/ Here you will get lot of interview questions...java  hello sir this is suraj .i wanna ask u regarding interview questins in java .wat normally v see in interviews (tech apptitude)is one line
interview questions - EJB
interview questions in Java  Need interview questions in Java ...://www.roseindia.net/ejb/Interview Questions: http://www.roseindia.net.... If you really want to win the interview then follow the steps.Learn core java http
Java - Java Interview Questions
Interview interview, Tech are c++, java,  Hi friend, Now get more information. you can lean all type interview question by following link
interview question - Java Interview Questions
interview question  hello i want technical interview question in current year   Hi Friend, Please visit the following links: http://www.roseindia.net/interviewquestions/ http://www.roseindia.net
java - Servlet Interview Questions
Java Design Patterns Interview Questions and Answers  I need to know Java Design Patterns with the help of Interview Questions and Answers  Hi malli,GenericServlet is the super class of HttpServlet calssjava soft
interview question - Servlet Interview Questions
interview question  What is Servlet? Need interview questions on Java Servlet  Servlet is one of the Java technologies which is used... according to your experience.And for collection of Java Servlet Interview Question you
java - Java Interview Questions
while searching on google but if you want you can learn it in a interview preparation manner as well.. I have a java interview question URL from where you...://www.roseindia.net/java if you wanna something more on java
architecture - Java Interview Questions
architecture  Hi, can any body tell me how to explain ATG architecture in interview
Interview question - Java Interview Questions
Interview question   Hi Friends, I am new to java, can u tell me what is class ,object and instance with example. For example : class raja , raja r = new raja(); ,here raja is class and r is instance
java - JSP-Interview Questions
java  hi.. snd some JSP interview Q&A and i wnt the JNI(Java Native Interface) concepts matrial thanks krishna  Hi friend, Read more information. http://www.roseindia.net/interviewquestions/jsp-interview
Java Answers
Java Answers  How to Dispaly databsae records in my jsp page using collections Java Class   Visit Here

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.