how we can use debug in myeclipse 6.0 in order solve the
problems that exist in our program when there are 900 to
1000 pages in a web application


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Why is serialization required?

0 Answers  


Can inner class be public in java?

0 Answers  


What is command line used for?

0 Answers  


Why do we use string?

0 Answers  


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,






What is a variable and constant?

0 Answers  


Explain an intermediate language?

0 Answers  


How is abstraction implemented in java ?

0 Answers  


Can a singleton class be inherited?

0 Answers  


Give a practical example of singleton class usage?

0 Answers  


how an we achive multiple inhetitance in java using interface..??

2 Answers  


What code optimizations techniques you follow in general practice?

2 Answers   Accenture, TCS, Wipro,


Categories