|
Advertisement
|
Forum posts by Rams:1 page [ 1 ]
Posted in Java Answers Forum, Mar 21, 2003, 4:47 PM
Hi I am getting runtime while error while doing the following:I have a class file with just some variables inside. see following:public class Data { String MasterPID; String TestPID;}next I have the following class which extends the above class.public class TestArray extends Data{ public static void main(String[] args) { Data[] test = new...
1 page [ 1 ]
|