In an htm form i have a button which makes us to open
another page in 15sec.how will you do that?


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

Post New Answer

More Java Related AllOther Interview Questions

What is the difference between ec2 and lambda?

0 Answers  


How to load a class programmatically?

1 Answers  


What is transactional in java?

0 Answers  


i have make jar file but when i click in this file then arr swhow "no faund main class" plese help me in this problem becose i want to make a jar file as a dxdcutable file

1 Answers  


What happens when the parent process of a child process exits before the child ?

0 Answers   Amazon,






What is the point of lambda expressions?

0 Answers  


How do I download and install eclipse on windows 10?

0 Answers  


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  


Which instutute is offering course for rhino jain slee

0 Answers  


What is jsr in java?

0 Answers  


What is the most important feature of java?

0 Answers  


What is java net url?

0 Answers  


Categories