What is a ternary operator in java?
No Answer is Posted For this Question
Be the First to Post Answer
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
What is prefix of a string?
What is nested loop? What is dangling else condition in it?
What is the generic function?
Can constructor be inherited?
Can we make constructors static?
What are the states of thread in java?
why java does compile time polymorphism at run time ?
How do you create a bulleted list?
Can a method be overloaded based on different return type but same argument type?
What is the order of arraylist in java?
Difference between JVM and JRE?