answersLogoWhite

0

syntax should be:

import FileName;

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

When was D - programming language - created?

D - programming language - was created in 2001.


Yes or no JAVA programming is a example for programming language?

Yes.Yes.Yes.Yes.


How do you use cosine in c language?

Include the header file math.h and use the function acos(d)


Why do you have program language?

Because if we did not then it would be D programming


What has the author Jerry D Smith written?

Jerry D. Smith has written: 'File processing with Pascal' -- subject(s): File processing (Computer science), Pascal (Computer program language) 'Object-oriented programming with the X Window System toolkits' -- subject(s): X Window System (Computer system), Object-oriented programming (Computer science)


What is the best programming language for making a 2 D and or 3 D game not the easiest?

C++


What are examples of programming languages?

C, C++ and java are a couple. There are still many other programming language.


What is D language?

The D language is a language programming that is created by Digital Mars' Walter Bright. It is re-engineering of the C++ program on some core features that takes an inspiration from other languages.


Is C programming procedural or object oriented?

C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.


What has the author John D Turner written?

John D. Turner has written: 'Programming for the language laboratory' 'The education of the poor in Brackley during the nineteenth century' 'Using the language laboratory' 'Language laboratories in Great Britain'


What has the author D S Malik written?

D. S. Malik has written: 'Java Programming' 'Java programming' -- subject(s): Java (Computer program language) 'Fundamentals of abstract algebra' -- subject(s): Abstract Algebra, Algebra, Abstract 'C++ Programming'


How do you open chm file in Java programming?

Hi,Using desktop class u can open the .chm or any other kind of file that was in your computer.Desktop.getDesktop().open( new File("D:/Documents and Settings/ Document.chm"));Don't forget to include the line import java.awt.Desktop;This class is available with Java 6 updates.Java rocks!!!