Software Engineer Interview Questions for entry and Mid Level – Part3

Introduction This post will have most important interview questions which used to ask in most of the reputed companies like Google, Amazon, NetApp, Wells Fargo, Wipro, Infosys, TCS, SAP etc. We are just adding Questions to this post and the Read More …

Oracle Java Certification Exams (OCAJP) Mock Exam Part2

Introduction This Java test assesses the basic and medium knowledge of Java programming language and OOP principles. Put your Java know-how to the test and see how well you understand its syntax and object oriented programming concepts. Topics: Java language Read More …

Singleton Design Pattern Using Serialization

Introduction Singleton Design Pattern is complex to implement at Distributed environment, Where we have multiple JVM install. Multiple threads will invoke the Singleton class from various environment simultaneously which cause multiple object creation. We need to implement Serializable interface in Read More …

Design Pattern with Examples for Java/J2EE

Introduction Design Patterns are very popular among software developers. A design pattern is a well described solution to a common software problem. Some of the benefits of using design patterns are: Design Patterns are already defined and provides industry standard Read More …