logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Which of the following are incorrect form of StringBuffer class constructor ?


  • Options
  • A. StringBuffer(int size , String str)
  • B. StringBuffer(int size)
  • C. StringBuffer(String str)
  • D. StringBuffer()

  • Correct Answer
  • StringBuffer(int size , String str) 

  • Tags: Database Administrator, IT Trainer

    Technology problems


    Search Results


    • 1. What is immutable object? Can you write immutable object ?
    • Discuss
    • 2. What is the difference between ViewState and SessionState?
    • Discuss
    • 3. How can you avoid callback hells ?
    • Discuss
    • 4. What is Spring IoC container ?
    • Discuss
    • 5. Difference between Arraylist and Linked list?
    • Discuss
    • 6. What is the string contained in s after following lines of code? StringBuffer s = new StringBuffer(?Hello?); s.deleteCharAt(0); ?

    • Options
    • A. llo
    • B. Hllo
    • C. ello
    • D. H
    • Discuss
    • 7. What is Cocoa and cocoa touch?
    • Discuss
    • 8. Give example scenarios when an application goes into InActive state?
    • Discuss
    • 9. What are the tools required to develop iOS applications?
    • Discuss
    • 10. What is Automatic Reference Counting (ARC) ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment