public abstract class Springextends ObjectAn instance of the Spring class holds three properties that characterize its behavior: the minimum, preferred, and maximum values. Each of these properties may be involved in defining its fourth, value, property based on a series of rules.An instance of the Spring class can be visualized as a mechanical spring that provides a corrective force as the spring is compressed or stretched away from its preferred value. This force is modelled as linear function of the distance from the preferred value, but with two different constants -- one for the compressional force and one for the tensional one. Those constants are specified by the minimum and maximum values of the spring such that a spring at its minimum value produces an equal and opposite force to that which is created when it is at its maximum value. The difference between the preferred and minimum values, therefore, represents the ease with which the spring can be compressed and the difference between its maximum and preferred values, indicates the ease with which the Spring can be extended. See the sum(javax.swing.Spring, javax.swing.Spring) method for details.By defining simple arithmetic operations on Springs, the behavior of a collection of Springs can be reduced to that of an ordinary (non-compound) Spring. We define the "+", "-", max, and min operators on Springs so that, in each case, the result is a Spring whose characteristics bear a useful mathematical relationship to its constituent springs.A Spring can be treated as a pair of intervals with a single common point: the preferred value. The following rules define some of the arithmetic operators that can be applied to intervals ([a, b] refers to the interval from a to b, where a <= b). [a1, b1] + [a2, b2] = [a1 + a2, b1 + b2] -[a, b] = [-b, -a] max([a1, b1], [a2, b2]) = [max(a1, a2), max(b1, b2)]
Java
Topic: Class
Explain Class Spring in java?
Browse random answers:
What is a class?
What is an immutable class?
Immutable objects are automatically thread-safe –true/false?
Which classes in java are immutable?
What are the advantages of immutability?
Use the following syntax to declare a class in Java:
What are the methods in Object?
What is singleton?
What is Class.forName() does and how it is useful?
What is the Locale class?
Can we declare the main method of our class as private?
How an object is serialized in java?
Can a class have multiple constructors?
Can a class be a super class and a sub-class at the same time
How objects of a class are created if no constructor is defined in the class?
What is the purpose of Void class?
Write simple example of class?
What is inner class?
What is nested class?
There are two classes named classA and classB. Both classes are in the same package. Can a private member of classA can be accessed by an object of classB?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
Is it possible to define a method in Java class but provide it’s implementation in the code of another language like C?
Explain Interface ActiveEvent?
Explain Class PopupFactory in java?
Explain Class ProgressMonitor in java ?
Explain Class ProgressMonitor.AccessibleProgressMonitor in java?
Explain Class ProgressMonitorInputStream in java ?
Explain Class RepaintManager in java?
Explain Interface RootPaneContainer in java?
Explain Class RowSorter.SortKey in java ?
Explain Interface ScrollPaneConstants in java?
Explain Class SortingFocusTraversalPolicy?
Explain Enum SortOrder in java ?
Explain Class Spring in java?
Explain Class SpringLayout in java?
Explain Class Timer in java?
Explain public BeanDescriptor(Class<?> beanClass)?
Explain public BeanDescriptor(Class<?> beanClass, Class<?> customizerClass)
Explain method getBeanClasspublic Class<?> getBeanClass()?
Explain method getCustomizerClasspublic Class<?> getCustomizerClass()?
Explain public static Object instantiate(ClassLoader cls, String beanName) throws IOException, ClassNotFoundException
Explain public static Object instantiate(ClassLoader cls, String beanName, BeanContext beanContext) throws IOException, ClassNotFoundException?
Explain public static Object instantiate(ClassLoader cls, String beanName, BeanContext beanContext, AppletInitializer initializer) throws IOException, ClassNotFoundException?
Explain public static Object getInstanceOf(Object bean, Class<?> targetType)?
Explain method isInstanceOfpublic static boolean isInstanceOf(Object bean, Class<?> targetType)?
Explain method isDesignTimepublic static boolean isDesignTime()?
Explain public DefaultPersistenceDelegate(String[] constructorPropertyNames)
Explain Class SimpleBeanInfojava.lang.Object java.beans.SimpleBeanInfo?