what ide u r using and wat version, how wil u build the
project etc ?
Answer Posted / 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 |
Post New Answer View All Answers
What is difference between final and immutable?
What is an example of a boolean?
What do you mean by byte code?
Explain about instanceof operator in java?
Explain about serializable interface in java?
What are sets in java?
What is navigable map in java?
What is flush () in java?
What is keyword and identifier?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Explain a few methods of overloading best practices in java?
What is jvm? Why is java called the platform independent programming language?
What is meant by overloading?
explain what is transient variable in java?
How does queue work in java?