Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a native method?

Answers were Sorted based on User's Feedback



What is a native method?..

Answer / niranjanravi

native method is a method that is implemented in a language
other than java.

Is This Answer Correct ?    3 Yes 0 No

What is a native method?..

Answer / ravikiran(aptech mumbai)

native methos is the method declared inside some structured
programming language which will get called on java

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is charat java?

0 Answers  


what are the analysis of an object

2 Answers  


When should I use abstract classes and when should I use interfaces?

2 Answers  


What will happen inside init() in servlet. my interviewer asked servlet lifecycle. i said "once servlet is loaded in to memory init() will be called which performs servlet initialization " . Again interview asked what values will be initialized . what is difference between init() and init(ServletConfig config).

2 Answers   Infinite Computer Solutions, TCS,


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


What does sprintf return?

0 Answers  


What is the difference between Array and Hash Table?

0 Answers   Impetus,


Why isn’t there operator overloading?

0 Answers  


what is difference between length and length()?

8 Answers  


WAP to illustrate the use of interface

2 Answers  


Are generics important java?

0 Answers  


What is the use of runnable interface?

0 Answers  


Categories