What is the r character?
No Answer is Posted For this Question
Be the First to Post Answer
Which is better stringbuilder or stringbuffer?
Can static method access instance variables ?
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....
Can you override a private or static method in java?
What are E and PI?
Explain inheritance in java?
Is string a wrapper class?
Explain OOPs concept.
What is t in parametric equations?
Why set is used in java?
Why is java multithreaded?
What do you mean by thread safe?