Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
706 views

Java - getConstructor()?

I wrote the question as a comment in the code, I think its easier to understand this way. public class Xpto{ protected AbstractClass x; public void foo(){ // AbstractClass y = new ...
1
vote
2answers
483 views

How to create an instance if a inner class with getConstructor() [closed]

Possible Duplicate: Java: How to load a class (and its inner classes) that is already on the class path? Could someone help me understand how to create an instance of an inner class using ...
1
vote
1answer
822 views

GetConstructor.invoke error

This is a study project. I have three database classes A,B,C. There is a factory class that receives thru its constructor which class's object to create. Each of the three classes[A,B,C] has a ...
0
votes
2answers
62 views

GetConstructor returning nothing

I have two different GetConstructors(), one is returning what it should be returning the other however is returning nothing. ItemName is BSRPTReportPerformanceSubcontractorRating The first one which ...