Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
No Answer is Posted For this Question
Be the First to Post Answer
What Is Query Throttling in java?
Explain the advantages of packages in java?
Why is a singleton bad?
Is set thread safe java?
Which number is denoted by leading zero in java?
What is difference between final and immutable?
Is object a data type?
What is the hashcode () and equals () used for?
Explain break statement and continue statement?
Is age a discrete variable?
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 a parameter in java?