I have the following Problem with java primitive type which should be give as Object.public Interface Entity{public ltime_t now();public void startAll(ltime_t t1, ltime_t t2)}This method in the Interface should return Integer or Int(value 0)and second method, the simulation should run over this period, which is supposed to be int or IntegerWhen I compile i get Error. I installed java 6.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions