java array with objects from different types

Solutions on MaxInterview for java array with objects from different types by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "java array with objects from different types"
Étienne
08 May 2018
1Object[] x = new Object[]{1,2,3,"srk"};
2
similar questions