Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: James Rivera   on Nov 14 In Java Category.

  
Question Answered By: Alexander Bouchard   on Nov 14

Yes, what you wrote is permitted, but you cannot use it like that, you need to
initialize before using that. So in order to initialize that you need to specify
its size. If you want an array  which is variable, use Vector class.

Share: