What do you mean by ternary operator in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is inner class?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
What is join () in java?
How many bits is size_t?
Why constructor has no return type?
What is array and arraylist in java?
In Java list the methods that can be overridden?
difference between byte stream class and character stream class?
What is final access modifier in java?
what is data binding? give the example
how to fing linkedlist is circular or not?
What is indexof in java?