How do I run java on windows?


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

Post New Answer

More Core Java Interview Questions

Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?

2 Answers  


What is string in java with example?

0 Answers  


How do you convert boolean to boolean?

0 Answers  


What is the difference between method overriding and overloading?

0 Answers  


How do you check if a string contains only numeric digits?

0 Answers  






How to print nodes of a Binary tree?

1 Answers   TCS,


public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


What do you mean by order of precedence and associativity?

0 Answers  


Can we define private and protected modifiers for the members in interfaces?

0 Answers  


Why do we override tostring method in java?

0 Answers  


Can list contain null in java?

0 Answers  


What are the string methods in java?

0 Answers  


Categories