What do you mean by platform independence? What is an interface?
Answer / Shishpal
Platform Independence refers to the ability of software to run on different hardware and operating systems without modification. An Interface in Java is a reference type that only contains abstract methods and constants. It does not provide any implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the two ways of implementing multi-threading in java?
Write a program to find the whether a number is an Armstrong number or not?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
explain autoboxing in java?
What is lossy conversion in java?
How does abstract modifier work?
Can a constructor call the constructor of parent class?
can we add two numbers without using arthematic operators? if possible how?
What does a boolean method return?
What is Java Package and which package is imported by default?
what is the difference between HashMap And HashTable?
How do I compare two strings in word in java?