I need help please send me reply:
Write a program "if given a string like 'HAT', the
combination's returned should be like ATH,THA,TAH in java"?
Answer Posted / sudhir
it is same as pallindrome ;
take 2 string or character and and exchange the first and
last location at every loop condition.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
Explain the difference between abstraction and encapsulation.
Which class is the superclass for every class in java programming?
What is api in java?
How java uses the string and stringbuffer classes?
If a method is declared as protected, where may the method be accessed in java programming?
Explain 5 features introduced in jdk 1.7?
explain the difference between jdk and jvm?
What is an exception? difference between Checked and Unchecked exception in Java
Why we do exception handling in java and how many types of exceptions are there?
What is variable argument in java?
Write code of any action class?
Explain about oops concepts.
What is the use of singleton class?
Explain about the main() method in java?