About

Edit photo

Thursday, December 10, 2015

Employee Datables Clone - SQL Plus


Use the following Queries to get Employee Database. It's pretty simple, Just execute the following Queries in the Sql Developer. The Employee Management System contains 4 tables Empoyee (emp), Department (dept), Salary Grade (salgrade) and Bonus (bonus). Creating...

Wednesday, December 2, 2015

Fraction Java Program


This is for just for learning. 1) Save it as fractionClass.java package package_name; /**  *  * @author <name>  */ public class fractionClass {     /**      * @param args the command line arguments      */     public static void main(String[] args) {         // TODO code application logic here    ...