Question: In Java, how can I implement a fixed index list with each entry consisting of a single row of data containing: index, name (string type),
In Java, how can I implement a fixed index list with each entry consisting of a single row of data containing: index, name (string type), kind (to hold a label, variable or constant), and a set of 3 value fields to hold only one of integer, double or string(from overloaded function)?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
