Advertisement

Programmer Coding

Author name: admin

Stack in java

Stack   Stack is a subclass of Vector that applies a typical last-in, first-out stack.   Stack only bounds the default creater, which produces an empty stack. Stack includes all the way(method) s circle by Vector, and adds some of its own.   Stack( ) Example The following program illustrates some of the way(method) s

Stack in java Read More »

Alternating in java

Alternating in java is a process of executing multiple alternates simultaneously.   Alternate is basically a light weight sub-process, the smallest unit of filtering. Multifiltering and alternating, both are used to gain multitasking.   But we use alternating than multifiltering because alternates share a frequentmemory area. They don’t allocate separate memory area so saves memory,

Alternating in java Read More »

Exception Handling

The exception handling in java is one of the powerful tool to   handle   the   runtime errors so that normal flow of the application can be reconstructed.   What is exception   In java, exception is an incident that reduces the normal flow of the program. It is an object which is thrown at runtime.  

Exception Handling Read More »

Scroll to Top