Write code that allows to create only one instance of a class?
No Answer is Posted For this Question
Be the First to Post Answer
I have a file which contains so many lines and variable number of lines are treated as a record. For example *first ooooo xxxxx ttttt mmmm vvvvvvv *end uuu bbbb *first kkkkvvvvvv nnnn mmmmm kkkkk fffff gggg ffff kkkk lllll *end. Here the lines from *first to *end are treated as a record. The number of lines between *first and *end is not same for all the records. Suppose there are 100 records (or number of records are not predefined)like the format given in the above example. Now the entire file needs to split into two files, first having 40 and remaining in the second file. Can we split using sort utility? If possible then what is the sort card?
DAL in oracle
Write a Program to find whether the given number is a Armstrong number.
How can we write an algorithm for show max and min from two integer inputs ? without using if() , without any functions ...
In LSMW , what does the following error mean and how to rectify it : Incorrect interface data for set 78 in method C . This error is occuring in idoc processing step of LSMW.
Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
how to test the orientation of the layout in android.to note any changes in the ui design when change orientation
i wrote from two tables (employee and department) 1.select * from employee,department; (it is cartesian product) but 2.select * from employee department; (?????????????????) by default it displays the employee table,what is the reason it is not taking department ??? mail @ mak2786@gmail.com Arunkumar
Write a Program to truncate a given floating point value (e.g.16.25=16).
find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.
Write code that allows to create only one instance of a class?
Write a code snippet to display an integer in a binary format?