1
vote
8answers
394 views
Upcasting in java
In Java, suppose I have 3 classes, C extends from B which extends from A.
And I have one method:
public void f(A a);
If I do something like this:
…
0
votes
3answers
81 views
Dollar sign in visualvm
I am trying to profile an application and I have a lot of instances of type sim.core.EndPoint$2
When I inspect those instances I verify they are not of type sim.core.EndPoint, they seem to …
3
votes
3answers
120 views
Calling a Java Program from a Cocoa Application
Hello,
I can't find a decent Cocoa Charting Library so I would like to use JFreechart.
Is there any way to call a Java program from a Cocoa Application?
I was thinking in writing a …
4
votes
0
votes
Dollar sign in visualvm
Thank you alamar and Thorbjørn, I found out the issue thanks to your comments.
I marked alamar's answer as accepted because I think it directly answers the question although Thorbjørn did help me f …
