Science, asked by vijayrayapati, 8 days ago

Which of the following is not a property of tagged interface?
a. Serializable
b. Cloneable
C. Remote
d. Cascading ​

Answers

Answered by adventureisland
0

Explanation:

  • A tagging interface is an interface that doesn't have any methods.... A class that implements a tagging interface does not need to specify any methods, but polymorphism transforms the class into an interface type.
  • The remote interface is a java package's marker interface. It designates a remote object as one that can be accessed from another computer (host). A marker interface is a cloneable interface.
  • Because cascading is an algorithm, it is not an attribute of tagged interface.
Answered by Choudharipawan123456
0

Cascading

  • A tagging interface is one that is which doesn't have any methods.
  • Polymorphism changes a class that implements a tagging interface into an interface type rather than requiring it to define any methods.
  • The remote interface is the marker interface of a Java package.
  • A remote item is one that can be accessed from another computer.
  • A cloneable interface is a marker interface.
  • Cascade is an algorithm, not a feature of tagged interfaces.
  • Hence, option (d) is the correct answer.
Similar questions