What is an empty class? What functionality does it offer in Java?
No Answer is Posted For this Question
Be the First to Post Answer
Why main function is static?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
Can you declare a private method as static?
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(); }
int a=1,b=10; System.out.println(a+b--);
What is parameter tag and what is its use?
Without creating a new object, How you can retrieve a String or other object?
What is a default package ?
What is System class and its purpose?
What is Java Package and which package is imported by default?
What is array sorting in java?
What is the method to declare member of a class static?