Perannagari
Collection of the best stuff
Showing posts with label
JAVA
.
Show all posts
Showing posts with label
JAVA
.
Show all posts
Wednesday, 1 March 2017
Java collection Notes
›
Java Collections and Generics · The Java Collections Framework · Java Generics 13.1. The Java Collections Framew...
Monday, 15 August 2016
Sanfoundry 1000 Java MCQS Notes
›
Networking: How many ports of TCP/IP are reserved for specific protocols? 1024 Which of these exception is thrown by URL class’s constr...
Sunday, 7 August 2016
Java Random Notes
›
throws is used to postpone the handling of a checked exception and throw is used to invoke an exception explicitly. Mainly used for user d...
Monday, 3 August 2015
Core Java Technical Questions
›
What is the difference between a JDK and a JVM? JDK is Java Development Kit which is for development purpose and it includes execution env...
Monday, 20 July 2015
JAVA OOP Notes
›
1. Inheritance public class Animal{ } public class Mammal extends Animal{ } public class Dog extends Mammal{ //Dog IS-A Animal as we...
Friday, 17 July 2015
Java Basic Concept Notes
›
1.Basic Programme import java.io.*; public class MyFirstJavaProgram { public static void main(String []args) { System.out.pr...
›
Home
View web version