Forum : import packages
Brief description  about Online courses   join in Online courses
View vindya Ballenahally Nagaraju 's Profile

import packages

hi, how to import several different packages in a single class. Please explain.
Asked by vindya Ballenahally Nagaraju | Dec 16, 2010 |  Reply now
Replies (1)
View arun kumar das 's Profile
HI

you can import more than package in one program with the help of 'import' keyword.
like...

import java.lang.*;
import java.util.*;
import java.awt.*;



java Teacher
Dec 23, 2010