Skip to content
sneppets

sneppets

  • Privacy
sneppets-java8

Casting Object Data Types in Java

July 23, 2020 Editorial StaffLeave a Comment on Casting Object Data Types in Java

This tutorial guides you on how to cast object data types in Java programming. In this tutorial you will learn how to convert sub class object to super class type and super class type in to sub class type by… Read More!

Java casting, java, Object, object-data-type, reference-data-types
sneppets-java8

Inheritance Java – Create object to subclass, but not to superclass ?

July 23, 2020July 23, 2020 Editorial StaffLeave a Comment on Inheritance Java – Create object to subclass, but not to superclass ?

This tutorial explains the reason for Inheritance in Java, why we create an object to subclass, but not to super class. Deriving new classes by extending the existing classes so that the new classes will have all the features of… Read More!

Java inheritance, java, subclass, superclass
sneppets-java8

Explicit Type Casting Examples Java Primitives and Class Objects

July 22, 2020July 22, 2020 Editorial StaffLeave a Comment on Explicit Type Casting Examples Java Primitives and Class Objects

This tutorial explains what is explicit type casting in Java and how to do explicit casting in primitive data types such as int, char etc., and referenced data types such as class.

Java explicit-casting, implicit-casting, java, type-casting
sneppets-java8

How to declare and initialize arrays in Java Programming ?

July 21, 2020July 21, 2020 Editorial StaffLeave a Comment on How to declare and initialize arrays in Java Programming ?

This tutorial guides you on how to declare and initialize arrays in Java Programming. When you declare and create Arrays, they are created on dynamic memory by JVM. 

Java arrays, declare, initialize, java
spring xml configuration

Guide to instantiate beans in Spring with examples

March 6, 2020 Editorial StaffLeave a Comment on Guide to instantiate beans in Spring with examples

This tutorial explains several ways to instantiate beans in Spring with examples. As you know that, Spring IoC container manages one or more beans and these beans are created using configuration metadata (For example, XML-based) that you provide to the… Read More!

Java, Spring applicationcontext, beans, java, spring

Posts navigation

Older posts
Newer posts
Copyright © 2018 Sneppets. All Rights Reserved