List the three steps for creating an object for a class?
No Answer is Posted For this Question
Be the First to Post Answer
What is boolean data type in java?
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"); } }
What is the difference between logical data independence and physical data independence?
What is run time polymorphism?
6 Answers eClerx, Elementus Technologies,
Explain what access modifiers can be used for variables?
Can a class be private in java?
What is volatile data type?
What is getclass () getname () in java?
Can we instantiate Interfaces?
Write a function to find out longest palindrome in a given string?
Which containers may have a MenuBar?
What is a nested structure?