also appeals to a diverse audience of Java/Web developers. “Corporate
developers” and Web designers will find that JSF development can be as
simple as dragging and dropping user interface (UI) components onto a
page, while “systems developers” will find that the rich and robust JSF API
offers them unsurpassed power and programming flexibility. JSF also
ensures that applications are well designed with greater maintainability by
ensures that applications are well designed with greater maintainability by
integrating the well established Model-View-Controller (MVC) design
pattern into it’s architecture. Finally, since JSF is a Java standard
developed through Java Community Process (JCP), development tools
vendors are fully empowered to provide easy to use, visual, and productive
develop environments for JavaServer Faces.
What is the difference between superclass and subclass?
A super class is a class that is inherited whereas sub class is a class that does
the inheriting. What is difference between overloading and overriding?
a) In overloading, there is a relationship between methods available in the
same class whereas in overriding, there is relationship between a superclass
method and subclass method.
b) Overloading does not block inheritance from the superclass whereas
overriding blocks inheritance from the superclass.
c) In overloading, separate methods share the same name whereas in
overriding, subclass method replaces the superclass.
d) Overloading must have different method signatures whereas overriding
must have same signature.
What is method overloading and method overriding?
Method Overloading: When a method in a class having the same method
Do'stlaringiz bilan baham: |