Java Notes for Professionals



Download free course Java Notes for Professionals, pdf file on 981 pages by Stack Overflow Community.
The Java Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.

Table of contents

  • Getting started with Java Language
  • Type Conversion
  • Getters and Setters
  • Reference Data Types
  • Java Compiler - 'javac'
  • Documenting Java Code
  • Command line Argument Processing
  • The Java Command - 'java' and 'javaw'
  • Literals
  • Primitive Data Types
  • Strings
  • StringBuffer
  • StringBuilder
  • String Tokenizer
  • Splitting a string into fixed length parts
  • Date Class
  • Dates and Time (java.time.*)
  • LocalTime
  • BigDecimal
  • BigInteger
  • NumberFormat
  • Bit Manipulation
  • Arrays
  • Collections
  • Lists
  • Sets
  • List vs Set
  • Maps
  • LinkedHashMap
  • WeakHashMap
  • SortedMap
  • TreeMap and TreeSet
  • Queues and Deques
  • Dequeue Interface
  • Enums
  • Enum Map
  • EnumSet class
  • Enum starting with number
  • Hashtable
  • Operators
  • Constructors
  • Object Class Methods and Constructor
  • Annotations
  • Immutable Class
  • Immutable Objects
  • Visibility (controlling access to members of a class)
  • Generics
  • Classes and Objects
  • Local Inner Class
  • Nested and Inner Classes
  • The java.util.Objects Class
  • Default Methods
  • Packages
  • Inheritance
  • Reference Types
  • Console I/O
  • Streams
  • InputStreams and OutputStreams
  • Readers and Writers
  • Preferences
  • Collection Factory Methods
  • Alternative Collections
  • Concurrent Collections
  • Choosing Collections
  • super keyword
  • Serialization
  • Optional
  • Object References
  • Exceptions and exception handling
  • Calendar and its Subclasses
  • Using the static keyword
  • Properties Class
  • Lambda Expressions
  • Basic Control Structures
  • BufferedWriter
  • New File I/O
  • File I/O
  • Scanner
  • Interfaces
  • Regular Expressions
  • Comparable and Comparator
  • Java Floating Point Operations
  • Currency and Money
  • Object Cloning
  • Recursion
  • Converting to and from Strings
  • Random Number Generation
  • Singletons
  • Autoboxing
  • 2D Graphics in Java
  • JAXB
  • Class - Java Reflection
  • Networking
  • NIO - Networking
  • HttpURLConnection
  • JAX-WS
  • Nashorn JavaScript engine
  • Java Native Interface
  • Functional Interfaces
  • Fluent Interface
  • Remote Method Invocation (RMI)
  • Iterator and Iterable
  • Reflection API
  • ByteBuffer
  • Applets
  • Expressions
  • JSON in Java
  • XML Parsing using the JAXP APIs
  • XML XPath Evaluation
  • XOM - XML Object Model
  • Polymorphism
  • Encapsulation
  • Java Agents
  • Varargs (Variable Argument)
  • Logging (java.util.logging)
  • log4j / log4j2
  • Oracle Offcial Code Standard
  • Character encoding
  • Apache Commons Lang
  • Localization and Internationalization
  • Parallel programming with Fork/Join framework
  • Non-Access Modifiers
  • Process
  • Java Native Access
  • Modules
  • Concurrent Programming (Threads)
  • Executor, ExecutorService and Thread pools
  • ThreadLocal
  • Using ThreadPoolExecutor in MultiThreaded applications.
  • Common Java Pitfalls
  • Java Pitfalls - Exception usage
  • Java Pitfalls - Language syntax
  • Java Pitfalls - Threads and Concurrency
  • Java Pitfalls - Nulls and NullPointerException
  • Java Pitfalls - Performance Issues
  • ServiceLoader
  • Classloaders
  • Creating Images Programmatically
  • Atomic Types
  • RSA Encryption
  • Secure objects
  • Security & Cryptography
  • Security & Cryptography
  • SecurityManager
  • JNDI
  • sun.misc.Unsafe
  • Java Memory Model
  • Java deployment
  • Java plugin system implementations
  • JavaBean
  • Java SE 7 Features
  • Java SE 8 Features
  • Dynamic Method Dispatch
  • Generating Java Code
  • JShell
  • Stack-Walking API
  • Sockets
  • Java Sockets
  • FTP (File Transfer Protocol)
  • Using Other Scripting Languages in Java
  • C++ Comparison
  • Audio
  • Java Print Service
  • CompletableFuture
  • Runtime Commands
  • Unit Testing
  • Asserting
  • Multi-Release JAR Files
  • Just in Time (JIT) compiler
  • Bytecode Modification
  • Disassembling and Decompiling
  • JMX
  • Java Virtual Machine (JVM)
  • XJC
  • JVM Flags
  • JVM Tool Interface
  • Java Memory Management
  • Java Performance Tuning
  • Benchmarks
  • FileUpload to AWS
  • AppDynamics and TIBCO BusinessWorks Instrumentation for Easy Integration
  • Installing Java (Standard Edition)
  • Java Editions, Versions, Releases and Distributions
  • The Classpath
  • Resources (on classpath)
Pages : 981
Size : 7.2 MB
File type : PDF
Downloads: 241
Created: 2022-02-03
License: CC BY-SA
Author(s): Stack Overflow Community
Java Notes for Professionals

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others java Tutorials

The JavaScript Beginner's Handbook

Learning JavaScript

Deep Learning with JavaScript

Learning JavaScript

JavaScript from ES5 to ESNext

Others related eBooks about Java Notes for Professionals

Python for Everybody: Exploring Data in Python 3

Python for Everybody is designed to introduce students to programming and software development through the lens of exploring data. You can think of the Python programming language as your tool to solve data problems that are b...

C++ Programming Language

This PDF course explains the features, technical details and syntaxes of the C++ programming language. To be a proficient programmer, you need to master two things: the syntax of the programming language, and the core libraries (i.e., API) associated with the language....

Become an Xcoder: Start Programming the Mac Using Objective-C

...

IPython Interactive Computing and Visualization Cookbook

Download free course IPython Interactive Computing and Visualization Cookbook, pdf file on 548 pages by Cyrille Rossant....

IPython Interactive Computing and Visualization Cookbook

This book contains many ready-to-use, focused recipes for high-performance scientific computing and data analysis, from the latest IPython/Jupyter features to the most advanced tricks, to help you write better and faster code. You will apply these state-of-the-art methods to various real-world examp...

Python Scripting for Spatial Data Processing

This book is a Python tutorial for beginners aiming at teaching spatial data processing. It is used as part of the courses taught in Remote Sensing and GIS at Aberystwyth University, UK....

J2EE tutorial in PDF

Download free J2EE tutorial course in PDF, training file in 6 chapters and 39 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Machine Learning Yearning

Download free course Machine Learning Yearning, pdf file on 118 pages by Andrew Ng....

First Semester in Numerical Analysis with Julia

This book presents the theory and methods, together with the implementation of the algorithms using the Julia programming language (version 1.1.0). The book covers computer arithmetic, root-finding, numerical quadrature and differentiation, and approximation theory. ...

Practical C++ programming

This tutorial is devoted to practical C++ programming. It teaches you the mechanics of the language, free training document under 549 designated to all level users....