0% found this document useful (0 votes)
3 views10 pages

Java 10 Page Study Notes

Uploaded by

devaelectroit
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views10 pages

Java 10 Page Study Notes

Uploaded by

devaelectroit
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Page 1: Introduction to Java

Java is a high-level, object-oriented, platform-independent programming language


developed by Sun Microsystems. It follows the Write Once, Run Anywhere (WORA)
principle.
Java is a high-level, object-oriented, platform-independent programming language
developed by Sun Microsystems. It follows the Write Once, Run Anywhere (WORA)
principle.
Java is a high-level, object-oriented, platform-independent programming language
developed by Sun Microsystems. It follows the Write Once, Run Anywhere (WORA)
principle.
Java is a high-level, object-oriented, platform-independent programming language
developed by Sun Microsystems. It follows the Write Once, Run Anywhere (WORA)
principle.
Java is a high-level, object-oriented, platform-independent programming language
developed by Sun Microsystems. It follows the Write Once, Run Anywhere (WORA)
principle.
Java is a high-level, object-oriented, platform-independent programming language
developed by Sun Microsystems. It follows the Write Once, Run Anywhere (WORA)
principle.
Java is a high-level, object-oriented, platform-independent programming language
developed by Sun Microsystems. It follows the Write Once, Run Anywhere (WORA)
principle.
Java is a high-level, object-oriented, platform-independent programming language
developed by Sun Microsystems. It follows the Write Once, Run Anywhere (WORA)
principle.
Page 2: Java Basics
JDK, JRE, JVM, program structure, main() method, variables, data types, operators,
comments, input and output.
JDK, JRE, JVM, program structure, main() method, variables, data types, operators,
comments, input and output.
JDK, JRE, JVM, program structure, main() method, variables, data types, operators,
comments, input and output.
JDK, JRE, JVM, program structure, main() method, variables, data types, operators,
comments, input and output.
JDK, JRE, JVM, program structure, main() method, variables, data types, operators,
comments, input and output.
JDK, JRE, JVM, program structure, main() method, variables, data types, operators,
comments, input and output.
JDK, JRE, JVM, program structure, main() method, variables, data types, operators,
comments, input and output.
JDK, JRE, JVM, program structure, main() method, variables, data types, operators,
comments, input and output.
Page 3: Control Statements
if, if-else, switch, for, while, do-while, break and continue with simple examples.
if, if-else, switch, for, while, do-while, break and continue with simple examples.
if, if-else, switch, for, while, do-while, break and continue with simple examples.
if, if-else, switch, for, while, do-while, break and continue with simple examples.
if, if-else, switch, for, while, do-while, break and continue with simple examples.
if, if-else, switch, for, while, do-while, break and continue with simple examples.
if, if-else, switch, for, while, do-while, break and continue with simple examples.
if, if-else, switch, for, while, do-while, break and continue with simple examples.
Page 4: Methods
Method declaration, parameters, return types, method overloading, recursion, static
methods.
Method declaration, parameters, return types, method overloading, recursion, static
methods.
Method declaration, parameters, return types, method overloading, recursion, static
methods.
Method declaration, parameters, return types, method overloading, recursion, static
methods.
Method declaration, parameters, return types, method overloading, recursion, static
methods.
Method declaration, parameters, return types, method overloading, recursion, static
methods.
Method declaration, parameters, return types, method overloading, recursion, static
methods.
Method declaration, parameters, return types, method overloading, recursion, static
methods.
Page 5: Arrays and Strings
Single and multidimensional arrays, String class, StringBuilder, common string
methods.
Single and multidimensional arrays, String class, StringBuilder, common string
methods.
Single and multidimensional arrays, String class, StringBuilder, common string
methods.
Single and multidimensional arrays, String class, StringBuilder, common string
methods.
Single and multidimensional arrays, String class, StringBuilder, common string
methods.
Single and multidimensional arrays, String class, StringBuilder, common string
methods.
Single and multidimensional arrays, String class, StringBuilder, common string
methods.
Single and multidimensional arrays, String class, StringBuilder, common string
methods.
Page 6: Object-Oriented Programming
Classes, objects, constructors, encapsulation, inheritance, polymorphism, abstraction
and interfaces.
Classes, objects, constructors, encapsulation, inheritance, polymorphism, abstraction
and interfaces.
Classes, objects, constructors, encapsulation, inheritance, polymorphism, abstraction
and interfaces.
Classes, objects, constructors, encapsulation, inheritance, polymorphism, abstraction
and interfaces.
Classes, objects, constructors, encapsulation, inheritance, polymorphism, abstraction
and interfaces.
Classes, objects, constructors, encapsulation, inheritance, polymorphism, abstraction
and interfaces.
Classes, objects, constructors, encapsulation, inheritance, polymorphism, abstraction
and interfaces.
Classes, objects, constructors, encapsulation, inheritance, polymorphism, abstraction
and interfaces.
Page 7: Exception Handling
try, catch, finally, throw, throws, common exceptions, custom exceptions.
try, catch, finally, throw, throws, common exceptions, custom exceptions.
try, catch, finally, throw, throws, common exceptions, custom exceptions.
try, catch, finally, throw, throws, common exceptions, custom exceptions.
try, catch, finally, throw, throws, common exceptions, custom exceptions.
try, catch, finally, throw, throws, common exceptions, custom exceptions.
try, catch, finally, throw, throws, common exceptions, custom exceptions.
try, catch, finally, throw, throws, common exceptions, custom exceptions.
Page 8: Collections Framework
ArrayList, LinkedList, HashSet, HashMap, Iterator, Collections utility methods.
ArrayList, LinkedList, HashSet, HashMap, Iterator, Collections utility methods.
ArrayList, LinkedList, HashSet, HashMap, Iterator, Collections utility methods.
ArrayList, LinkedList, HashSet, HashMap, Iterator, Collections utility methods.
ArrayList, LinkedList, HashSet, HashMap, Iterator, Collections utility methods.
ArrayList, LinkedList, HashSet, HashMap, Iterator, Collections utility methods.
ArrayList, LinkedList, HashSet, HashMap, Iterator, Collections utility methods.
ArrayList, LinkedList, HashSet, HashMap, Iterator, Collections utility methods.
Page 9: File Handling and Multithreading
Reading/writing files, File class, streams, Thread class, Runnable interface,
synchronization basics.
Reading/writing files, File class, streams, Thread class, Runnable interface,
synchronization basics.
Reading/writing files, File class, streams, Thread class, Runnable interface,
synchronization basics.
Reading/writing files, File class, streams, Thread class, Runnable interface,
synchronization basics.
Reading/writing files, File class, streams, Thread class, Runnable interface,
synchronization basics.
Reading/writing files, File class, streams, Thread class, Runnable interface,
synchronization basics.
Reading/writing files, File class, streams, Thread class, Runnable interface,
synchronization basics.
Reading/writing files, File class, streams, Thread class, Runnable interface,
synchronization basics.
Page 10: Important Programs & Viva
Programs: factorial, Fibonacci, prime, palindrome, class/object example. Include
important interview questions and exam tips.
Programs: factorial, Fibonacci, prime, palindrome, class/object example. Include
important interview questions and exam tips.
Programs: factorial, Fibonacci, prime, palindrome, class/object example. Include
important interview questions and exam tips.
Programs: factorial, Fibonacci, prime, palindrome, class/object example. Include
important interview questions and exam tips.
Programs: factorial, Fibonacci, prime, palindrome, class/object example. Include
important interview questions and exam tips.
Programs: factorial, Fibonacci, prime, palindrome, class/object example. Include
important interview questions and exam tips.
Programs: factorial, Fibonacci, prime, palindrome, class/object example. Include
important interview questions and exam tips.
Programs: factorial, Fibonacci, prime, palindrome, class/object example. Include
important interview questions and exam tips.

You might also like