How will you get the platform dependent values like line separator, path separator, etc., ?
No Answer is Posted For this Question
Be the First to Post Answer
How to perform quicksort in java?
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
Why we go for collections in java?
How to make a non daemon thread as daemon?
Can I declare a class as private?
What is this keyword used for?
Does java linked list allow duplicates?
What is contractor means and methods?
garbate collector(GC)?
What is a byte string?
How does list work in java?
How strings are created in java?