Java Intermediate: Cloning

When one thinks of cloning, we think of duplication that is more or less the exact same copy. Java cloning can be different depending on the type of clone. To use the clone() method, interface Cloneable must be implemented. An exception called CloneNotSupportedException is thrown to indicate that the clone method in class Object has …

Java 101 Interview Questions

If you’re like me, you’re looking to get into Java development. But to leap across that hurdle, you need to be prepared for when your interviewer asks you any questions! Here’s 21 basic Java questions that any Java developer should be able to answer: What is Java? What do objects have in common? What are …

Java Basics: If Statements

If statements are a cornerstone of programming, even outside of Java such as C++ or other languages. An If statement proposes a possibility, a noticed change in the running program, whether it’s how to treat different inputs with output, different ways to handle changing data, etc. There are several different kinds of if statements that …

Java Basics: Inheritance

Inheritance is a cornerstone of Java development, in the forms of abstract classes and interfaces. An abstract class isn’t concrete: it’s an idea to be drawn upon by extending classes. As plants draw upon sunlight to use photosynthesis, we can use an abstract class to create extended classes. With our abstract class, all extending classes …

Introduce Yourself (Example Post)

To introduce myself, I am Omran Losinno. I am an individual man who has several accomplishments: I graduated from Penn State University with a Bachelor’s Degree in Informational Sciences & Technologies. I worked with multiple hospital networks to successfully integrate EPIC software systems, a new and comprehensive software system that covers all aspects of hospital …

Design a site like this with WordPress.com
Get started