How do you execute a thread in java?
No Answer is Posted For this Question
Be the First to Post Answer
How an object is serialized in java?
what is Thread priority?
4 Answers Tech Mahindra, Wipro,
Are strings immutable in java?
What is the difference between Resultset and Rowset.
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(); }
Does apple use java?
Explain abstract class in java?
What is classes in java?
What are the types of java?
what is prepare statement? what is calabedtarement?
What are structs in java?
What is an infinite loop? How infinite loop is declared?