Is java installed on windows 10?


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

Post New Answer

More Java Related AllOther Interview Questions

What do you understand by downcasting?

0 Answers  


Do I need to install jre if I have jdk?

0 Answers  


Name primitive java types.

0 Answers  


Which class is the superclass of every class?

0 Answers  


What is the difference between Logical Parallelism and Physical Parallelism?

0 Answers   HCL,






public class Dog { private int weight; public int getweight(){ return weight; } public void SetWeight(int newWeight){ if (newWeight > 0){ weight = newWeight; } } } public class TestDog { public static void main(String[] args) { Dog d = new Dog(); System.out.println("Dog d's weight is " + d.getWeight()); d.setWeight(42); System.out.println("Dog d's weight is " + d.getWeight()); d.setweight(-42); System.out.println("Dog d's weight is " + d.getWeight()); } } class dog is compiled but there is an error in class TestDog when compiled and the error is with dot notations. I want to kmow why there is error in testdog class when compiled.

3 Answers  


What is interceptors in java?

0 Answers  


Are the actual permissions for the application defined at run-time or compile-time? : java security

0 Answers  


What is gwt in java?

0 Answers  


What is type_scroll_insensitive in java?

0 Answers  


how we can export all the contacts and messages from nokia mobile to other mobile or pc? (pls answer quickly)

1 Answers  


Which is better openjdk or oracle jdk?

0 Answers  


Categories