![]() Related Questions Latest Answer : An exception in java is a signal that indicates the occurence of some unexpected condition during execution.Regards,Chandana.R ... Latest Answer : Checked Exceptions must be explicitly handled by the programmer by using try/catch& finally blocks (or) it must be propogated to its callable class.Unchecked Exceptions may or may not be handled by programmer. The JVM provides the DefaultHandler to ... Latest Answer : polymorphism is the characteristic of assigning more than one meanings or different meanings to a single symbol or operator in different contexts. ... Latest Answer : Java is Object Orieted Programming Language developed by Sun Microsystem (U.S.A).It Is Platform Independent Language.It Is Simple ,Secure,Robust, Compiled & InterPreted Language. ... Latest Answer : class is a blue print for an object which defines the functionality of an object. class also called the template for an object. ... Latest Answer : method represents the behaviour of an object ... Latest Answer : java program contains 2 elements code and dat. so the mechanism that binds data and code together is Encapsulation. which is also called information hiding or protecting. Encapsulation is used to hide the implementation behind interface(API). ... Latest Answer : inheritance is an OOPS concept by which a class can acquire the characteristics of another class.The class from which its inheriting is called base class and the class which is inheriting is called sub class.class demo1{}class demo2 extends ... Tags : Inheritance Latest Answer : Polymorphisn means---One name many form.2 type:Compile time:Overloding.Run time:Overriding.ex.Overloading.class A{ int add(int a,int b) { } float add(float a,float b) { }}Both using same name but diff. arguements i.e overloading is related to ... Latest Answer : Java interpreter translate the java Byte code into machine level lang for excuting the program. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||