Author: Sanjay Mishra

JSF-Java Server Faces

Q. What is Java Server Faces? A. Java Server Faces (JSF or Faces) is a user interface(UI)framework for building Java web applications. JSF is a server-side component framework that allows to think in terms of components, events,...

Read More

Maven Tutorial

What is a Maven? A. Maven developed after simplified process of Jakarta Turbine project, that time various project have their own ant build files that slightly vary and jar were checked into CVS. For making it standard for all...

Read More

Lollipop – Android 5.0

Now a days,the one thing that rapidly growing is Android L launched by the Google I/O.Here,“L” stands for Lollipop.The latest version of Android operating system is Android 5.0 Lollipop which is the largest and most demanding...

Read More

Spring- AOP

Q. Define Aspect Oriented Programming ( AOP) in Spring ? A. Aspect Oriented Programming (AOP) complements Object Oriented Programming. Spring is a combination of Object Oriented Programming and AOP. Object Oriented Programming-...

Read More