| | |
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 actionlistener android api applet application array arrays automation bi binary blackberry block bluetooth character class client code compile compiler component consumer database desktop developmenthelp eclipse error fractal freeze ftp game gameprogramming givemetehcodez graphics gui html ide image integer j2me j2seprojects java javac javaee javaprojects jetbrains jni jpanel jtable julia learningresources lego linked linux list login loops mac map method methods mobile netbeans newbie notdisplaying number online printf problem program programming project properties qt recursion researchinmotion rotatetext rsa scanner screen server set singleton sms sort sql string swing system textfields threads time title tree tutorial-sample update variablebinding windows working xor





