View Single Post
  #1 (permalink)  
Old 11-15-2007, 07:05 PM
ahdus ahdus is offline
Member
 
Join Date: Nov 2007
Location: India
Posts: 4
ahdus is on a distinguished road
difference btwn java.awt.* and java.awt.event.*
does import java.awt.* doesn't import subpackages of awt????


while writing code for an applet

its written

import java.awt.*
import java.awt.event.*



doesn't the 1st stsement of code.......include second one too??
Reply With Quote
Sponsored Links