How do you convert int to char in java?
No Answer is Posted For this Question
Be the First to Post Answer
who was the founder of java
32 Answers CTS, HCL, ProKarma,
Can we add default constructor to Servlet?
What is meant by structural programming?
Compare Mutex and Semaphore in java.
What is difference between java and java ee?
what is multithreading?
while creating thread why we extend thread class
how many design pattern r there? and wht design pattern u use and why ?
What are the two major components of JDBC?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
Explain the private field modifier?
How does java enable high performance?