| | |
Casting of int[] to Object[]
![]() |
•
•
Join Date: Aug 2007
Posts: 9
Reputation:
Solved Threads: 2
When i do something like
it works because of autoboxing
But why didn't the language designers support something like this ?
Why didn't they support something like this. Went through JLS but couldnt find what i wanted.
Thanks in advance for your time.
Java Syntax (Toggle Plain Text)
static int call (Object a){ } main(){ call(10); }
But why didn't the language designers support something like this ?
Java Syntax (Toggle Plain Text)
static int call (Object []a){ } main(){ int []a = new int[10]; call(a); }
Why didn't they support something like this. Went through JLS but couldnt find what i wanted.
Thanks in advance for your time.
Where your treasure is,
there will your heart be also!!!
there will your heart be also!!!
![]() |
Similar Threads
- Problem casting generic object to specific object (C#)
- Multiple inheritance and cross-class type casting (C++)
- how casting int x[3][2] to int** y ? (C++)
- how to send object of any class dynamically as a parameter to a method (Java)
- Having problems saving objects into an array, then accessing the data later for repo (Java)
- every thing is object? (C++)
Other Threads in the Java Forum
- Previous Thread: Pseduocode help - extracting parts of a real number
- Next Thread: How to use Binary Search Tree with String? Is there any ready code?
| Thread Tools | Search this Thread |
-xlint android api applet application array arrays automation bi binary blackberry block bluetooth chat class client code compile compiler component database developmenthelp digit eclipse error fractal freeze functiontesting game gameprogramming givemetehcodez graphics gui health html ide idea image int integer j2me j2seprojects java javac javame javaprojects jetbrains jni jpanel jtable julia learningresources lego linux list login loops mac main map method methods mobile myregfun netbeans newbie nonstatic notdisplaying number online problem program programming project qt recursion scanner screen server set singleton sms sort spamblocker sql string swing system textfields thread threads time title tree tutorial-sample update variablebinding windows working xor





