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 |
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
What is parsing a string?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Is integer a class?
What is the advantage of functional interface in java 8?
What is a protected void?
Difference between object and reference?
what is the need to set path in java? how many ways to set path in java? Explain breif?
What is collection class in java? List down its methods and interfaces.
What is a stream? what are the different types and classes of Streams?
Are arrays immutable in java?
I don’t want my class to be inherited by any other class. What should I do?