- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Is array a primitive data type in Java?
No, arrays are not primitive datatypes in Java. They are container objects which are created dynamically. All methods of class Object may be invoked on an array. They were considered as reference data types.
- Related Articles
- Is String a primitive data type or an object in Java?
- Is an array a primitive type or an object in Java?
- Prove that the interface for a primitive type is an empty array in Java
- What are primitive data type in C++?
- Java primitive data types
- Get the name of a primitive type in Java
- Convert double primitive type to a Double object in Java
- What are primitive data types in Java?
- Passing primitive values while instantiating a parameterized type (generic) in Java?
- Convert short primitive type to Short object in Java
- Convert byte primitive type to Byte object in Java
- Java Program to convert a Primitive Type Value to a String
- Default value of primitive data types in Java
- How to Get a slice of a primitive array in Java?
- Convert Long to numeric primitive data types in Java

Advertisements