What is a ternary operator in java? What is an interface?


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

Post New Answer

More Core Java Interview Questions

What is the similarity between dynamic binding and linking?

0 Answers  


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).

0 Answers  


Explain how to convert any java object into byte array.

0 Answers  


Can you run java program without main method?

0 Answers  


What is the purpose class.forname method?

0 Answers  






What is the purpose of void?

0 Answers  


What are the library functions in java?

0 Answers  


Can memory leak happen java?

0 Answers  


how can you catch multiple exceptions in java?

0 Answers   Cyient,


what is default layout of JFrame class?

6 Answers  


1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?

3 Answers   TCS,


How is treeset implemented in java?

0 Answers  


Categories