Java Programing laungage

Core Java Tutorial

Introduction of Core Java

How To Install JDk and Set of Path

Syntax of java Program

Difference between Java and C/C++

Advantage and Disadvantage of Java

What is Java

Why Java is not Pure Object Oriented Language

Java has Following Features/Characteristics

Limitation of Java Language and Java Internet

Common Misconception about Java

Simple Program of Java

Integrated Development Environment in java

Compile and Run Java Program

Applet and Comments in Java

Tokens in Java

Keywords in Java

Identifier and Variables in Java

Literals/Constants

Data Type in Java

Assignments and Initialization in Java

Operators in Java

Rule of Precedence in Java

Operator on Integer and Separators in Java Programming

Java Control Flow of Statements

If and If-else Selection Statement

Nested If-else and If-else-If Selection Statement

switch case and conditional operator Selection Statement

for and while Loop

do..while and for each Loop

break and labeled break statement

continue and labeled continue statement

return Statement and exit() Method

Escape Sequence for Special Characters and Unicode Code

Constants and Block or Scope

Statement in Java

Conversions between Numeric Types in Java

Import Statement in Java

User Input in Java using Scanner Class

User Input in Java using Console Class

Array in Java

One Dimensional Array

Two Dimensional Array

Two Dimensional Array Program

Command Line Argument in Java

String args Types in Java

Uneven/Jagged array in java

Math Class Function and Constant

Math Class all Function used in a program

Enumerated Types in Java

Object Oriented Programming v/s Procedural Programming

Object Oriented Programming Concepts in Java

Introduction to Class,Object and Method in Java

Class Declaration in Java

Class & Objects in java

Encapsulation in Java

Modifiers/Visibility for a Class or Interrface or member of a Class

Polymorphism in Java

Runtime polymorphism (dynamic binding or method overriding)

adplus-dvertising
Deprecated Fields in jdk 1.5
Previous Home Next

  • javax.management.monitor.Monitor.alreadyNotified equivalent to Monitor.alreadyNotifieds[0].
  • javax.swing.JViewport.backingStore As of Java 2 platform v1.3
  • javax.swing.plaf.basic.BasicDesktopPaneUI.closeKey As of 1.3.
  • java.awt.Frame.CROSSHAIR_CURSOR replaced by Cursor.CROSSHAIR_CURSOR.
  • javax.management.monitor.Monitor.dbgTag No replacement.
  • java.awt.Frame.DEFAULT_CURSOR replaced by Cursor.DEFAULT_CURSOR.
  • javax.swing.JRootPane.defaultPressAction As of Java 2 platform v1.3.

  • javax.swing.JRootPane.defaultReleaseAction As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicSplitPaneUI.dividerResizeToggleKey As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicToolBarUI.downKey As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicTabbedPaneUI.downKey As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicSplitPaneUI.downKey As of Java 2 platform v1.3.
  • java.awt.Frame.E_RESIZE_CURSOR replaced by Cursor.E_RESIZE_CURSOR.

  • javax.swing.plaf.basic.BasicSplitPaneUI.endKey As of Java 2 platform v1.3.
  • java.awt.Frame.HAND_CURSOR replaced by Cursor.HAND_CURSOR.
  • javax.swing.plaf.basic.BasicSplitPaneUI.homeKey As of Java 2 platform v1.3.
  • java.net.HttpURLConnection.HTTP_SERVER_ERROR it is misplaced and shouldn't have existed.
  • java.lang.SecurityManager.inCheck This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
  • javax.swing.plaf.basic.BasicSplitPaneUI.keyboardDownRightListener As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicSplitPaneUI.keyboardEndListener As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicSplitPaneUI.keyboardHomeListener As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicSplitPaneUI.keyboardResizeToggleListener As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicSplitPaneUI.keyboardUpLeftListener As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicToolBarUI.leftKey As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicTabbedPaneUI.leftKey As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicSplitPaneUI.leftKey As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicDesktopPaneUI.maximizeKey As of 1.3.
  • javax.swing.plaf.basic.BasicDesktopPaneUI.minimizeKey As of 1.3.
  • java.awt.Frame.MOVE_CURSOR replaced by Cursor.MOVE_CURSOR.
  • java.awt.Frame.N_RESIZE_CURSOR replaced by Cursor.N_RESIZE_CURSOR.
  • javax.swing.plaf.basic.BasicDesktopPaneUI.navigateKey As of 1.3.
  • javax.swing.plaf.basic.BasicDesktopPaneUI.navigateKey2 As of 1.3.
  • java.awt.Frame.NE_RESIZE_CURSOR replaced by Cursor.NE_RESIZE_CURSOR.
  • java.awt.Frame.NW_RESIZE_CURSOR replaced by Cursor.NW_RESIZE_CURSOR.
  • javax.swing.plaf.basic.BasicInternalFrameUI.openMenuKey As of Java 2 platform v1.3.
  • java.awt.datatransfer.DataFlavor.plainTextFlavor as of 1.3. Use DataFlavor.getReaderForText(Transferable) instead of Transferable.getTransferData(DataFlavor.plainTextFlavor).
  • javax.swing.text.html.FormView.RESET As of 1.3, value comes from UIManager UIManager property FormView.reset Button Text.
  • javax.swing.table.TableColumn.resizedPostingDisableCount as of Java 2 platform v1.3
  • javax.swing.plaf.basic.Basic Tool Bar UI.rightKey As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicTabbedPaneUI.rightKey As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicSplitPaneUI.rightKey As of Java 2 platform v1.3.
  • java.awt.Frame.S_RESIZE_CURSOR replaced by Cursor.S_RESIZE_CURSOR.
  • java.awt.Frame.SE_RESIZE_CURSOR replaced by Cursor.SE_RESIZE_CURSOR.
  • javax.swing.text.html.FormView.SUBMIT As of 1.3, value now comes from UIManager property FormView.submit Button Text
  • java.lang.Character.UnicodeBlock.SURROGATES_AREAAs of J2SE 5, use Character. UnicodeBlock. HIGH_SURROGATES, Character. UnicodeBlock. HIGH_PRIVATE_USE_SURROGATES, and Character.UnicodeBlock.LOW_SURROGATES. These new constants match the block definitions of the Unicode Standard. The Character.UnicodeBlock of(char) and Character.UnicodeBlock of(int) methods return the new constants, not SURROGATES_AREA.
  • java.awt.Frame.SW_RESIZE_CURSOR replaced by Cursor.SW_RESIZE_CURSOR.
  • java.awt.Frame.TEXT_CURSOR replaced by Cursor.TEXT_CURSOR.
  • javax.swing.plaf.basic.BasicToolBarUI.upKey As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicTabbedPaneUI.upKey As of Java 2 platform v1.3.
  • javax.swing.plaf.basic.BasicSplitPaneUI.upKey As of Java 2 platform v1.3.
  • java.awt.Frame.W_RESIZE_CURSOR replaced by Cursor.W_RESIZE_CURSOR.
  • java.awt.Frame.WAIT_CURSOR replaced by Cursor.WAIT_CURSOR.
Previous Home Next