[android-developers] Java Question about reflection

2010-01-02 Thread Philip
Nothing specifically related to Android: more a java question while struggling making the switch from objective c to java: 1. In Java static methods when implemented in derived classes are hidden, not overridden. If I have a method foo() in class A and B. Execution of: A b = new B(); b.foo() will

[android-developers] java question

2009-08-24 Thread srinivasarao
hi Sir, Take Class name as input (command line) and loads that class Dynamically and calls the main method in that class..how will we do that? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android