Results 1 to 2 of 2

Thread: primitive and non-primitive data types?

  1. #1
    ponting77 is offline Senior Member
    Join Date
    Dec 2008
    Posts
    217
    Rep Power
    4

    Default primitive and non-primitive data types?

    What are primitive and non-primitive data types?

  2. #2
    Join Date
    Jun 2009
    Posts
    46
    Rep Power
    0

    Default

    A data type is a classification of data, which can save a particular type of information. Data types are mainly used in computer programming, in which variables are created to store data. Each variable is assigned a data type that find out what type of data the variable may have.

    The term "data type" and "primitive data type” regularly used interchangeably. The primitive data types predefined types of data, supported by the programming language. For example, integer, character, and the series are all primitive data types. Developers can use these data types when creating variables in their programs. For example, a programmer can create a variable called "name" and set as a string data type. This variable will store the data to as a string of characters.

    In programming language Non-primitive data type are not defined, but are in its place created by the programmer. They are called "reference variables," or "object references," since they reference a memory location, which stores the data. In programming language Non-primitive data type are not defined.

Similar Threads

  1. Primitive and non-primitive data types
    By CruzPowell in forum other peripherals
    Replies: 0
    Last Post: 04-27-2010, 02:29 PM
  2. What are the different Data Types available in Oracle?
    By Garcíarobine in forum Programming
    Replies: 2
    Last Post: 01-13-2010, 01:11 PM
  3. Replies: 0
    Last Post: 11-11-2009, 07:48 AM
  4. Types of RAM
    By Charley Dumas in forum Motherboards & Memory
    Replies: 0
    Last Post: 07-01-2009, 12:12 PM
  5. Data Types
    By quckhil in forum Programming
    Replies: 0
    Last Post: 08-22-2008, 09:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48