
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- Is String a primitive data type or an object in Java?
- Is an array a primitive type or an object in Java?
- What are primitive data type in C++?
- Prove that the interface for a primitive type is an empty array in Java
- Java primitive data types
- Get the name of a primitive type in Java
- Convert double primitive type to a Double object in Java
- Java Program to convert a Primitive Type Value to a String
- 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
- Default value of primitive data types in Java
- Java Program to convert a string into a numeric primitive type using Integer.valueOf()
- How to Get a slice of a primitive array in Java?
Advertisements