The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Array assignment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Array assignment" Watch "Array assignment" New topic
Author

Array assignment

Olga Belova
Greenhorn

Joined: Apr 06, 2004
Posts: 3
I just got confused with the whole array assignment deal. Can I assign integer array to a long array? I thought it is possible...
Abdulla Mamuwala
Ranch Hand

Joined: Jan 09, 2004
Posts: 225
Please compile the following code,

The Output is:
C:\scratch\test.java:5: incompatible types
The above output is true for all primitive array types.
Olga Belova
Greenhorn

Joined: Apr 06, 2004
Posts: 3
Thanks Got you.
Gian Franco
blacksmith
Ranch Hand

Joined: Dec 16, 2003
Posts: 975
Hi,
to complete the picture try:

this is allowed.
Greetings,
Gian Franco


"Eppur si muove!"
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Array assignment
 
Similar Threads
Array assignment
Arrays and Constructors
need help returning an array, got an error
operatots
HashMapping