Skip to content
  • Coding
  • Software Architecture
  • Software Testing
  • User Interface
  • Open Source
Java Software Development Tutorials and Videos
Java, Groovy, Spring, Eclipse, Hibernate Tutorials and Videos
FacebookTwitterLinkedIn
 
  • Coding
  • Software Architecture
  • Software Testing
  • User Interface
  • Open Source
Tag: object oriented
Home Posts tagged "object oriented"

Tag: object oriented

Streams in Java 8
Coding

Streams in Java 8

By java-tv.com  functional programming, object oriented

Since Java 8 the JDK has a Stream API. Among numerous other operations the Stream API offers two operations – reduce() and collect() – which are occasionally misunderstood and thus used incorrectly – at the expense of introducing subtle bugs in conjunction with parallel streams.

Continue reading"Streams in Java 8"
Faster Java Objects and Arrays
Software Architecture

Faster Java Objects and Arrays

By java-tv.com  JVM, object oriented

The presentation covers the APIs and design considerations behind org.ObjectLayout and StructuredArray Java library. It explains the fundamentals behind logic that can allow Java JDKs to match C on data structure access speeds.

Continue reading"Faster Java Objects and Arrays"
An Introduction to PackedObjects
Coding

An Introduction to PackedObjects

By java-tv.com  object oriented

In Java the layout of objects is abstracted away from the application, leaving Java inherently challenged by concerns such as interoperation with native data structures, the dense packing of Java objects and cache conflicts and false sharing.

Continue reading"An Introduction to PackedObjects"
Java Constructors and Object Creation
Coding

Java Constructors and Object Creation

By java-tv.com  object oriented

Learn about the Java constructors and how the constructors help to initialize the Java objects. This tutorial explains the constructors with arguments, default constructor and have mentioned about the rules that need to be remembered to program constructors. Learn also about the usage of super() and this() and how they …

Continue reading"Java Constructors and Object Creation"
Overloading in Java
Coding

Overloading in Java

By java-tv.com  object oriented

Overloading in Java helps in implementation of Polymorphism concept and is applicable for Methods in a class and its superclasses. This video tutorial explains the importance of Overloading and how compiler decides on which method should be executed. I have explained this video with an example and how the argument …

Continue reading"Overloading in Java"
Object-Oriented Programming in Java – Lecture 3
Coding

Object-Oriented Programming in Java – Lecture 3

By java-tv.com  eclipse, object oriented

This lecture covers an overview of using the Eclipse IDE to create a Java program. It also demonstrates how to create assignment #1 in Eclipse. The class concept as well as the main driver program concept are demonstrated.

Continue reading"Object-Oriented Programming in Java – Lecture 3"

Posts navigation

1 2 3

Be nice: share this knowledge

Tags

android build cloud configuration management continuous integration database dependency injection eclipse ESB functional programming glassfish google app engine gradle grails groovy GWT hibernate java ee javafx javascript jboss jruby JSF junit JVM lambdas maven mobile netbeans nosql object oriented OSGi performance refactoring REST ruby scala security services SOA spring swing Test-Driven Development (TDD) tomcat unit testing

Last videos

  • Serverless Confusion
  • Java: Did You Know?
  • How Java is Imitating Functional Languages
  • Java Type Inference: Friend or Foe
  • Live Java Refactoring Session

Software Development Knowledge

  • Methods & Tools Software Development Magazine
  • Software Development Tutorials and Videos

More information

  • About
  • We Acknowledge
Back to Top
Copyright © 2008-2019 Martinig & Associates
Powered by Fluida & WordPress.