What is profile in java?


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

Post New Answer

More Java Related AllOther Interview Questions

Is openjdk the same as jdk?

0 Answers  


What is java lang noclassdeffounderror?

0 Answers  


How can I check single byte, double byte of character in JTextField?(eg. japan unicode and English unicode)

0 Answers  


Can we write lambda without functional interface?

0 Answers  


How do I enable java in google chrome?

0 Answers  






Is lambda expression an object?

0 Answers  


Why doesn’t the main method throw an error with no arguments?

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  


Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.

0 Answers  


What is dialect in java?

0 Answers  


What is a delimiter in java?

0 Answers  


What happens if javac is not recognized?

0 Answers  


Categories