What is the format specifier?
No Answer is Posted For this Question
Be the First to Post Answer
Can we assign integer value to char in java?
Can we declare variables inside a method as Final Variables?
What is the inheritance?
How can we make sure main() is the last thread to finish in java program?
What does microservices mean?
What are the two environment variables that must be set in order to run any java programs?
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 the use of clone method? why user cant overwrite in sub class without its proper defination.
What is annotation in java?
What is parsing a sentence?
What is the purpose of return statement?
What are untrusted applets?