write string class as your own class in java without using
any built-in function


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is abstraction example?

0 Answers  


What exactly is polymorphism?

0 Answers  


what isthe difference between c structure and c++ class

5 Answers  


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


What does enum stand for?

0 Answers  






Is this job good for future? can do this job post grduate student?

0 Answers  


What is Iteration Hierarchy? What is what is Object behavioral concept?

1 Answers  


When you define a integer it gets stored in which data structure?(Stack or a heap)

2 Answers   emc2,


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

1 Answers  


what is function over loading?

5 Answers  


In which Scenario you will go for Interface or Abstract Class?

1 Answers   InfoAxon Technologies,


What are the main differences between procedure oriented languages and object oriented languages?

9 Answers   IBM, Infosys, Wipro,


Categories