The Artima Developer Community
Sponsored Link

Java Buzz Forum
Data types in java

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Arpit Mandliya

Posts: 190
Nickname: mandliya23
Registered: May, 2017

Arpit Mandliya is Java programmer working on Core java, Spring, Hibernate
Data types in java Posted: May 27, 2017 11:03 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Arpit Mandliya.
Original Post: Data types in java
Feed Title: Java tutorial for beginners
Feed URL: http://feeds.feedburner.com/arpitmandliyasblog
Feed Description: A blog about java programming language and its frameworks
Latest Java Buzz Posts
Latest Java Buzz Posts by Arpit Mandliya
Latest Posts From Java tutorial for beginners

Advertisement

Data types in java  refer to type of data that can be stored in variable. As Java is strongly typed language, you need to define datatype of variable to use it and you can not assign incompatible datatype otherwise the compiler will give you an error. The compiler will give you an error with this message – “Type mismatch: cannot convert from String to int”. There are two types of data types in java. Primitive data types Referenced data types. Primitive data types: Primitive data types are those datatypes which are defined by java language itself. There are 8

The post Data types in java appeared first on Java2Blog.

Read: Data types in java

Topic: Appian and tech IPO's for horses Previous Topic   Next Topic Topic: Pimp My Git – Git Mergetool

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use