What is string in java with example?
No Answer is Posted For this Question
Be the First to Post Answer
Why are the methods of the Math class are static?
What are java packages? What's the significance of packages?
What are the actions that can occur when a thread enters blocked state?
By what default value is an object reference declared as an instance variable?
What does it mean to flush a file?
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 Three tier architecture. Can anyone explain with a Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?
why top level class could not be static
what are the application of compiler and interpreter for source program
In what type of containers, Border layout is a default layout?
tell me some common
Under what conditions is an object’s finalize() method invoked by the garbage collector?