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 |
What is difference between fail-fast and fail-safe?
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
What is the dot operator?
How many types of parsers are there?
why is multiple inheritance not allowed in java?
7 Answers Elementus Technologies, Huawei, Infosys,
Explain the concept of polymorphism with examples?
how does multithreading take place on a computer with a single cpu? : Java thread
What is the difference between declaration and definition in java?
How to access a variable if it is declared as private?
What is a databasemetadata?
List the three steps for creating an object for a class?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).