Java Interview Questions
Core Java Interview Questions And Answers
Monday, June 17, 2013
Introduction on Web Services
›
Web Services are distributed applications that expose an xml interface defined in xml. As the key-role in Web Service is xml, its implementa...
1 comment:
Configuring Maven on Windows
›
I do hear many of them say installing Maven on the machines. But maven is not a software(not a .exe file or any executable file) to be insta...
Saturday, June 15, 2013
JSF 2.0 Tutorial
›
Java Server Faces 2.0 JSF 2.0 is a MVC framework, which provide very rich reusable UI components for Java Web Applications. In JSF 2.0...
1 comment:
Friday, June 14, 2013
Number Methods
›
The Number object contains only the default methods that are part of every object's definition. Method Description constructor() R...
Sunday, June 9, 2013
Java Legacy classes and Interface
›
What are legacy classes and interfaces in Java? Before Java 1.2 version there is no Collection framework in java, instead java consists of...
Saturday, June 1, 2013
Java basic questions
›
What is serialization? Serialization is the conversion of an object to a series of bytes, so that the object can be easily saved to persis...
2 comments:
Friday, August 6, 2010
Basic principles of Object Oriented Programming
›
Encapsulation: Means putting the data and the function that operates on that data in a single unit(information hiding) .Encapsulation preve...
Home
View web version