Posts

Important OOPS Interview Question

Q-1 What is meant by Object Oriented Programming?         OOP is a method of programming in which programs are organized as cooperative        collections of  objects. Each object is an instance of a class and each class belong to        a hierarchy. Q-2 What is an Instance?        An instance has state, behavior and identity. The structure and behavior of similar        classes are defined in their common class. An instance is also called as an object.  Q-3 What is a Class?       Class is a template for a set of objects that share a common structure and a common behavior.  Q-4 What are the core OOP’s concepts?      Abstraction, Encapsulation, Inheritance and Polymorphism are the core OOP’s concepts. Q-5 What is a base class?      Base class is the most generalized class...

Important Java program with source code

Hello friend's following URL provide a lots of important java code snipped which are mostly required for any java developed and beginner. for example 1) How to work with JSON object in java 2) How to send email using java 3) How to create PDF in java 4) Creating ZIP and JAR file in java, 5) Convert String to Date 6) Parsing / Reading XML file in java 7) Convert Array To Map in java 8) Re-size an Array in java. 9) Capture screen shots using java. 10) Fast file copy using NIO. and many more example... URL : ------ http://viralpatel.net/blogs/20-useful-java-code-snippets-for-java-developers/

List of important books for java beginner as well as professional.

1)  Java the complete reference book 2)  Head first java book 3) Special Edition Using Java 2 Platform 4)   Java certification 5)   Sun certified Java Programmer (SCJP) Notice  : -   Book name with bold letter must read after, once you have basic knowledge of                   java  language means first read the top three book for basic knowledge of java.

Important website list for java programming learner

1)  www.roseindia.com 2)  www.java-example.com 3)  www.oracle.com 4)  www.javawithease.com 5)  www.tutorialspoint.com 6)  www.javatpoint.com 7)  www.java2s.com 8)  www.codejava.com 9)  www.javaworld.com 10) www.javacodegeek.com 11) www.1001javatips.com 12) www.java-tips.com 13) www.javatips.net