Android – Part 1 – Java Language Topics

The native keyword may be applied to a method to indicate that the method is implemented in a language other then Java. Examples. native String getProcessorType(); Remarks. Native methods are beyond the scope of this documentation. new Java Keyword. The new keyword is used to create a new instance of a class. Examples. String sName = new String(); ................
................