![]() Related Questions Latest Answer : What is the difference between servlet container & servlet component? ... 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. ... Latest Answer : JVM = Java Virtual MachinKVM = Kompact java Virtual MachineCVM = C Virtual MachineJVM is a processing engine for J2SE APIs, whereas KVM and CVM are used in embedded environment.KVM and CVM are subset of JVM, or you can say they are scaled down version ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||