Does google use java?


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

Post New Answer

More Core Java Interview Questions

what is main difference between architecture,framework and design pattren

3 Answers  


what us Dyna action form?

4 Answers   Aithent Technologies,


What is bom encoding?

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,


Name the runtime exceptions that occurs frequently?

4 Answers  






What is the functionality of the stub?

0 Answers  


What is Runtime class and its purpose?

2 Answers  


Explain when classnotfoundexception will be raised ?

0 Answers  


What is the difference between serializable and externalizable interfaces?

0 Answers  


What is math exp in java?

0 Answers  


What is an i/o filter?

1 Answers  


What are assembly attributes?

0 Answers  


Categories