Programing Practical Assignment

This tutorial consists of important Programming Practical Assignment which can be used in academic assignment as well in the work environment. These assignments problems are collected from various sources and implemented by KW Team. Please add your assignment in the Read More …

Java Program – Quadratic Equation Solution Application

Introduction This Java Application helps to find out the value of X for a quadratic equation using the Shridharacharya formula. Sridhar Acharya (c. 870, India – c. 930 India) was an Indian mathematician, Sanskrit pundit andphilosopher. He was born in Read More …

IBM Curam 6.X Mock Exam For Developer Part 5

Introduction This Sample IBM Curam Quiz will help IBM Curam Developer to enhance their skills for short and important questions which might be asked during interview/certification exam. Please start mock exam by Clicking on Start Quiz Button. ***** Please provide Read More …

Java Program to add and display address From Address Book

Introduction This Java Program will help to add and display address from the Address Book. It is just a simple java program which helps to understand Java Technology. There may be many different ways to write a program and we Read More …

Software Engineer Interview Questions for entry and Mid Level – Part2

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 …

Java program to check Special 2 Digit Number

  Introduction This program helps to check whether it is special two Digit number or not. Special Two Digit Number are number for which sum of it’s  sum of it’s digits and product of it’s digits is equal to the Read More …

Java Program to check Fibonacci Series

Introduction In mathematics, the Fibonacci numbers are the numbers in the following integer sequence, called the Fibonacci sequence, and characterized by the fact that every number after the first two is the sum of the two preceding ones. Example: 0,1,1,2,3,5,8,13,21,34,…………………… 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 …

DB2 Database Connection With Examples

An Example of connecting to DB2 Database using JDBC Driver. A typical example code of connect to database will look like this Class.forName(jdbcClassName); Connection connection = DriverManager.getConnection(url, user, password);   Listed below are connection examples for three common JDBC drivers Read More …

Student Information System Using Core Java

Introduction The main purpose of this post is to provide overview of Student Information System application to end user. This application used in all educational institution for knowing student information including student name, roll number, address, parents details, fee details, marks in Read More …