What is function and method in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are examples of modifiers?

0 Answers  


How to create a thread in java?

0 Answers  


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  


Adapter classes?

3 Answers  


System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...

2 Answers   FCS, TCS,


What if I write static public void instead of public static void in java?

0 Answers   Winsol Solutions,


what is meant by UP& DOWN casting in java?

6 Answers  


What is java util collection?

0 Answers  


Which browsers work with java?

0 Answers  


Why java is not 100% object-oriented?

1 Answers  


What is outofmemoryerror in java?

0 Answers   Cyient,


Why we use static and synchronized in method for single thread model example: public static synchronized add(){}

2 Answers  


Categories