Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Darcy Jones   on Mar 09 In Java Category.

  
Question Answered By: Aalia Arain   on Mar 09

You do not need to explicitly import array
You should create it like

int[] intArray = new int[size];

if you need vector
than it is in

java.util.Vector;

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on java.util.Arrays not defined? Or get search suggestion and latest updates.


Tagged: