Posts

Showing posts with the label Primitive and Non Primitive Data types

Advanced Java Programming

Image
                          Advanced Java Programming Advanced Java Programming :-   Introduction to advance java   As most of us already know that if we want to make normal applications it  can be easily built using core Java concepts. But, when it we need to develop web applications, advanced Java fundamentals, like JSP, Servlets, JDBC etc. needed, so to add capabilities and features of the application advance java is essential for developers. Through the motive of this blog is to explain about Advanced Java, I will be giving you a complete insight into the fundamental concepts of Advance Java. Figure - 1.2 If you want to see complete video on this please  have a look the video below.                              Learn with Resh u Advanced Java Programming Course ...

Primitive and Non Primitive Data types ,Difference between primitive and non-primitive data types

Image
  Primitive and Non Primitive Data types A  data type   is an attribute of a  variable  which tells the  compiler  or  interpreter  how the programmer intends to use the variables. It  defines the operations that can be done on the data and what type of values can be stored. In this article, I will give you a brief insight into the different data  types in  java .  According to the properties they possess, data types are divided into two groups : Primitive Data Types Non-Primitive Data Types   Primitive Data Types:   A primitive data type is pre-defined by the programming language. The size and type of variable values are specified, and it has no additional methods. Non-Primitive Data Types :   These data types are not actually defined by the programming language but are created by the programmer. They are also called “reference variables” or “object references” since they reference a memory location wh...

What is Java

Image
                                       What is Java In this post i will going to explain about what is java in general. I have explained Java features OOps concepts, and some basic knowledge of Java code. Please feel free to Like Share and Comments, You can always Subscribe my YouTube Channel and this Page as well in free to get more interesting videos...                Thanks for watching!!!!!                                         Recommended Posts: ·          Errors V/s Exceptions In Java ·         Built-in Exceptions in Java with examples ·         Using throw, catch and instanceof to handle Exceptions in J...