Friday, 24 November 2017

The complete reference to java 2 book download pdf

Java 2: Full Reference, 5th Edition by Herbert Slidd. 11.8MB

Java 2 Fifth Edition Herbert Schillt is the most recommended book for beginners and advanced readers. If you want to get higher knowledge in Java, you have to start with Java 2 Fifth Edition. It is fundamental from the beginning and it is enough to understand. This is a complete reference and includes all things in the original Java programming.

The applet is the main feature in this book: If you are applet enthusiasts then you can find this book useful to you. Most swing examples have been clarified with the help of applet. This book is designed by Osborne specially for the knowledge seekers of java. This book is designed to cover the new jdk 1.3 or more, but in 2017 it is still a valuable book for seeking guide. This book is designed with the examples of codes that helps the students to get the whole idea of the topic. 

You can download Java 2 Fifth Edition released by Herbert SILIT. To download, click on the link below: -

https://drive.google.com/file/d/0B9aEnpzk6RG_blEweEpVbWlzdU0/view?usp=drivesdk

Thursday, 16 November 2017

JAVA TASK 1 OOP




package javaapplication6;
public class JavaApplication6 {
public static void main(String[] args)
    {
     
int a=50;
int b=62;
int c= 74;
int d= 85;
int e= 94;
a=50*100/100;
b=62*100/100;
c=74*100/100;
d=85*100/100;
e=94*100/100;


if (a<50)
System.out.println("Your marks are less then 50 you are fail , and your grade is F");
else if(a<60)
System.out.println("Your marks are 50 Poor  your   Grade  is    D and your GPA is  2.0");
else if (a<70)
System.out.println("Your marks are 62 Good   your  Grade  is    C and your GPA is  2.5");
else if(a<80)
System.out.println("Your marks are 74 Very Good your Grade is   B and your GPA is  3.2");
else if (a<90)
System.out.println("Your marks are 85 Excellent your Grade is   A and your GPA is  4");
else if (a<100)
System.out.println("Your marks are 94 Outstanding your Grade is A+ and your GPA is 4");
      
      
if (b<50)
System.out.println("Your marks are less then 50 you are fail , and your grade is F");
else if(b<60)
System.out.println("Your marks are 50 Poor  your   Grade  is    D and your GPA is  2.0");
else if (b<70)
System.out.println("Your marks are 62 Good   your  Grade  is    C and your GPA is  2.5");
else if(b<80)
System.out.println("Your marks are 74 Very Good your Grade is   B and your GPA is  3.2");
else if (b<90)
System.out.println("Your marks are 85 Excellent your Grade is   A and your GPA is  4");
else if (b<100)
System.out.println("Your marks are 94 Outstanding your Grade is A+ and your GPA is 4");


if (c<50)
System.out.println("Your marks are less then 50 you are fail , and your grade is F");
else if(c<60)
System.out.println("Your marks are 50 Poor  your   Grade  is    D and your GPA is  2.0");
else if (c<70)
System.out.println("Your marks are 62 Good   your  Grade  is    C and your GPA is  2.5");
else if(c<80)
System.out.println("Your marks are 74 Very Good your Grade is   B and your GPA is  3.2");
else if (c<90)
System.out.println("Your marks are 85 Excellent your Grade is   A and your GPA is  4");
else if (c<100)
System.out.println("Your marks are 94 Outstanding your Grade is A+ and your GPA is 4");
              
     
if (d<50)
System.out.println("Your marks are less then 50 you are fail , and your grade is F");
else if(d<60)
System.out.println("Your marks are 50 Poor  your   Grade  is    D and your GPA is  2.0");
else if (d<70)
System.out.println("Your marks are 62 Good   your  Grade  is    C and your GPA is  2.5");
else if(d<80)
System.out.println("Your marks are 74 Very Good your Grade is   B and your GPA is  3.2");
else if (d<90)
System.out.println("Your marks are 85 Excellent your Grade is   A and your GPA is  4");
else if (d<100)
System.out.println("Your marks are 94 Outstanding your Grade is A+ and your GPA is 4");
              

if (e<50)
System.out.println("Your marks are less then 50 you are fail , and your grade is F");
else if(e<60)
System.out.println("Your marks are 50 Poor  your   Grade  is    D and your GPA is  2.0");
else if (e<70)
System.out.println("Your marks are 62 Good   your  Grade  is    C and your GPA is  2.5");
else if(e<80)
System.out.println("Your marks are 74 Very Good your Grade is   B and your GPA is  3.2");
else if (e<90)
System.out.println("Your marks are 85 Excellent your Grade is   A and your GPA is  4");
else if (e<100)
System.out.println("Your marks are 94 Outstanding your Grade is A+ and your GPA is 4");
    }
  
}



Friday, 3 November 2017

NET BEANS 8.2 download

NetBeans IDE is totally free, An Open-Source Integrated Development Environment for the software developers and students. It will run on many platforms including Linux, windows , Solaris, and on the mac also. It is very much easy to install and you can use it without any hassle. NetBeans IDE provides the developers all the tools that are needed to create a professional cross-platform desktop, enterprise, mobile and web applications.

JDK 8u151 with NetBeans 8.2
http://www.oracle.com/technetwork/articles/javase/jdk-netbeans-jsp-142931.html