in Java recategorized by
561 views
1 vote
1 vote

In Java, for ensuring the persistence property, the class must implements:

  1. Serializable Interface
  2. Utilization Interface
  3. Threadable Interface
  4. Recognizable Interface
in Java recategorized by
by
561 views

2 Answers

0 votes
0 votes
0 votes
0 votes
Serializable is a marker interface (has no data member and method). It is used to "mark" Java classes so that the objects of these classes may get a certain capability. The Cloneable and Remote are also marker interfaces. It must be implemented by the class whose object you want to persist. In Java, for ensuring the persistence property, the class must implement Serializable Interface

Interface Utilization

view lists the interfaces throughout the enterprise that are the most heavily used. The view is a table summary of the interfaces whose utilization exceeds the user-configured thresholds. This view is located on the Enterprise Overview page.
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true