What is difference in between java class and bean?
No Answer is Posted For this Question
Be the First to Post Answer
What is better- service oriented or batch oriented solutions?
Is ++ operator is thread safe in java?
Can you sort a list in java?
Which java version is latest?
Write a function for palindrome and factorial and explain?
0 Answers Honeywell, Huawei, Zomato,
Can I declare class as static or private?
Can you extend singleton class?
How many bytes is a string?
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(); }
What is sortedset in java?
How many bits is a boolean?
What is static and final keyword in java?