what ide u r using and wat version, how wil u build the
project etc ?
Answers were Sorted based on User's Feedback
Answer / a.jyotsna
iam using myEclipse ide,in java tht is 6.0 version tht
depends on ide.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ershad md sk
I m Using Eclipse Build Tool & i m In JRE(Java Runtime
Enviroment) 6.0 Version ...Be CareFul He May Ask The Diff B/
W JDK & JRE.....JRE Is Runtime Time EnvironMent 1)JRE
includes every thing that is part of java when it is
running the program (Methods ,Syntax) But JDK is not like
that....
| Is This Answer Correct ? | 0 Yes | 0 No |
Is string is a class in java?
write a program to create an arraylist and listeterator.and value should be enter through keyboard.
When we serialize an object does the serialization mechanism saves its references too?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is a for loop in java?
What is a string token?
What is the basic concepts of OOPS?
Is upper case in java?
How to make a write-only class in java?
Why are inner classes required?
What is java life cycle?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?