I have the following list: [Yellow, Red, White, Silver, Black, Gray, Blue] and i want to reverse it's values to be like this: [Blue, Gray, Black, Silver, White, Red, Yellow] how to achieve this in Java?
Oraask Latest Questions
I am facing a problem with converting a string to be uppercase in Python. let's assume that we have this string variable : myVarString = "this is chandra" and i want the final result to be: THIS IS CHANDRA thanks.
This is the empty list example: myList = [] how do i check whether this list is empty or not in Python?
I have the following two lists: firstList = [10, 34, 6] secondList = [50, 30, 120] and i want to concatenate them to be one list. how to do it in Python?
We need to migrate concurrent program from one instance to another by using FNDLOAD, but what is the correct fndload command to download and upload that concurrent program.
In oracle How do I get a list of all tables in a database?
There are three status or stats i know generally (Free & Pinned & Dirty) but not in dept and what is the difference between them all. i will really appreciated if some one briefly clarify this to me. thanks in advance.
I heard this term once before, but i ave confused about the term it self what exactly the dirty block in oracle database ? and those blocks are they cleaned and converted to be dirty at some point? thanks.
I have a query which takes time to execute and i want to tune it, but i am facing problem with cache in database how to flush database buffer. to get the right execution time every time i have made ...
How to get duplicate values in a column in oracle database 10g assume that we have employees table, and each employee has salary. now i want to write a query to find all duplicate salaries.