Tag: Java
Basics of Java
Java is a programming language that is cross-platform (runs on any computer that has a Java Virtual Machine), and allows you to create desktop...
Overriding Methods, Polymorphism, and Static Classes
There’s a lot of frustration going on with the new release of Ruby on Rails 5.1. I’m not going to go into the specifics...
Beginners Guide To Interfaces And Lambda Expressions – The Geek Diary
The idea for this post came from the desire to help others understand the basics of lambdas and interfaces. I was surprised to find...
SequenceInputStream in Java; Methods, Example
The purpose of this blog is to share the knowledge that I have gathered while working on my projects and also to share my...