1. What coding languages are you comfortable with?
I am proficient in six coding languages: Python, JavaScript, Java, C++, CSS and HTML. I am also a quick learner and am passionate about coding. When I began coding at my first job, I was working on a landing page in a CMS editor and realized no one at the company knew how to code in CSS. I taught myself CSS by researching the topic online. It’s because of my desire to learn that I was able to complete the project successfully. The landing page went up ahead of the deadline.
the instruction.
| Is This Answer Correct ? | 0 Yes | 0 No |
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
What is the use of Differ interface check box in Ship confirm?
pleasew define carrier scope in abap (sap).
How can we alter the data after creating a view
How to swap two String values without using a third variable?
what are all the validation we need to perform in data stage?
how we can call xml file in java file using Android platform?
There is a room with 1000 light switches, numbered 1, 2, 3, 4, ... 1000, all turned off. Outside the room there are 1000 men, numbered man1, man2, ...man 1000 In order, each man walks into the room and changes the position of each switch that is a multiple of his number. That is: man1 flips every switch man2 flips switches 2, 4, 6, 8 ....1000 man3 flips switches 3, 6, 9, ..... 999 ..... Man 1000 flips switch 1000 After all 1000 men are done, how many switches are on?
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
6.int x=10; float y=20; a=x%2=? b=y%2=?
Please describe an example where you used object orientation in one of your programs.
Explain polymorphism. Provide an example.