Results 1 to 2 of 2
  1. #1
    GreenTea is offline Member
    Join Date
    Oct 2010
    Posts
    13
    Rep Power
    0

    Default how would you start a program when dealing with strings

    I just need to know how to start the program out..like what to import at the top..what to do after public class..because I haven't done a program in a while and I forgot the setup..I know the other things I have to do though, like the variables and methods

  2. #2
    Fubarable's Avatar
    Fubarable is offline Moderator
    Join Date
    Jun 2008
    Posts
    19,252
    Blog Entries
    1
    Rep Power
    24

    Default

    You would start it like any other program. The String class and methods are part of the java.lang package and thus don't need to be imported.

Similar Threads

  1. Replies: 15
    Last Post: 11-06-2009, 10:31 AM
  2. Need help on how to start off with a program
    By javanoobie in forum New To Java
    Replies: 6
    Last Post: 03-23-2009, 11:42 PM
  3. Replies: 5
    Last Post: 03-20-2009, 10:04 PM
  4. Really Stuck on how to Start this program
    By random0munky in forum New To Java
    Replies: 4
    Last Post: 10-29-2008, 08:57 AM
  5. jsp program for client side printer to print these 2 strings on 3/3
    By for453 in forum JavaServer Pages (JSP) and JSTL
    Replies: 0
    Last Post: 08-07-2007, 04:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •