Sunday, January 8, 2012

WELCOME HERE

Here you can ask any questions related to ur ICSE Computer Applications syllabus and u ,ll have them answered here..

9 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. what is the use of the keyword import?

    ReplyDelete
  3. Java provides us with a number of library classes which provide functions for various tasks which are not easy to implement. (E.g. taking input from user via console, interactiong with web, etc.)
    The library classes are categorised into packages.
    We use import to use those packages and/or classes. Import tells the Java compiler that we'll be using that particular library class or package, so that the files of the same may be included during runtime.

    I hope I have made myslef clear. If you still have doubts, feel free to ask.

    ReplyDelete
  4. Write a program to store 10 names in an array. Arrange these in alphabetical order by
    sorting. Print the sorted list. Take single word names, all in capital letters,
    e.g. SAMSON, AJAY, LUCY, etc.

    ReplyDelete
  5. Write a program to store 10 names in an array. Arrange these in alphabetical order by
    sorting. Print the sorted list. Take single word names, all in capital letters,
    e.g. SAMSON, AJAY, LUCY, etc.

    ReplyDelete
  6. Write a program to accept a sentence and print only the first letter of each word of the
    sentence in capital letters separated by a full stop.
    Example :
    INPUT SENTENCE : “This is a cat”
    OUTPUT : T.I.A.C.

    ReplyDelete
  7. Plzz solve for me the latest specimen question paper of computer applications 2020

    ReplyDelete
  8. Difference between overloading and Overriding

    ReplyDelete
  9. How we come to know that what logic we have to apply .If you are going to say that it needs complete practice then let me tell you I don't know anything about computer so plz tell me all the basics of computer and all logics .and how to apply and where to apply THANK YOU

    ReplyDelete