What is ternary operator?


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

Post New Answer

More Core Java Interview Questions

explain the concept of virtual method invocation in polymorphism in detail?

0 Answers   TCS,


which method throws exception of type Throwable

2 Answers  


Should database connections be singleton?

0 Answers  


what is ABSTRACTION and what are using in real time project?

1 Answers   iGate,


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  






What is a data structure java?

0 Answers  


What is main method?

0 Answers  


What is string pool in java?

0 Answers  


Name the package that most of the AWT events that supports event-delegation model are defined?

2 Answers  


Explain the differences between static and dynamic variables?

0 Answers   Fidelity,


Why java strings are immutable in nature?

0 Answers  


Is null function in java?

0 Answers  


Categories