Monday, 12 August 2013

A method with no statements inside and ends with a semicolon

A method with no statements inside and ends with a semicolon

So I came across a method like this in some source
public native void method();
There was code inside, but it was commented out,
/*MANUAL code code code */
The code looked a bit like C++. So what does this mean? I know it does
something because eventually it was called in the class...

No comments:

Post a Comment