tamil Aarasu

Greenhorn
+ Follow
since Apr 06, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
5
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by tamil Aarasu

Hi Friends

can anyone please explain me about XML , XSD , XLS in laymen term since i need to use all this in my upcoming project,with out knowing the base difference i feel very hard to take up the projects

Your suggestion will be highly appreciable
thanks
Aarasu
Hi Friends

Thanks for your suggestion i feel better now i think in positive that i can do ...and thanks for welcoming me

Thank You guys

Aarasu
12 years ago
Hi Friend

I need to learn java by self please suggest your opinion

1)for doing practical work in my system what i have to install to my system i got some idea about java but i have got practical knowledge

2)after my installation i need to do some basic sample so that i can get some idea practically please suggest from where can i start

3)which tool ll be preferable (i have jdeveloper installed in my system) ..

4)which ll be the best book for java beginners one of friend suggest me to learn(HEAD FIRST JAVA book) tell me your opinion

help me in learning

Cheers

Aarasu
12 years ago
Hi Friend

I have an xml file which has Only one row in we insert into a table if i want two or more row wat i have to do in this code

<?xml version="1.0" encoding="UTF-8" ?>
<employee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.example.org xsd/customer.xsd"
xmlns="http://www.example.org">
<first_name>suresh</first_name>
<last_name>babu</last_name>
<quantity>100</quantity>
<amount>5000</amount>
</employee>

Your help ll be appreciable
Thanks
Aarasu