sreenivas


{ City } bangalore
< Country > india
* Profession * java dev
User No # 21344
Total Questions Posted # 12
Total Answers Posted # 1

Total Answers Posted for My Questions # 43
Total Views for My Questions # 127336

Users Marked my Answers as Correct # 2
Users Marked my Answers as Wrong # 0
Questions / { sreenivas }
Questions Answers Category Views Company eMail

Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?

Aricent,

3 Core Java 7352

I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?

Aricent,

8 Core Java 12855

I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?

Huawei,

2 Core Java 6256

How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?

Huawei,

1 Core Java 6685

We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.

Symphony,

Core Java 1479

JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu

Huawei,

9 Core Java 28889

Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1

Huawei, IBM,

7 Core Java 11184

Read data from console and print in one file. That would be in C:\temp ? Thanks, Bose

Oracle, Surya Software,

3 Core Java 6687

I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.

Oracle,

2 Core Java 15585

What is Generic in java? Where can we write Generic ( class or method or objects or etc...)? with simple example? Thanks, Bose.

Infosys, Tech Mahindra,

2 Core Java 19170

I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?

Honeywell,

2 Core Java 5805

I have one table,in that table (1)i have java1.1 version books are 2 and java1.5 version books are 4. (2).Net2.0 books are 3, .Net3.5 books are 2 (3)ABC1.6 books are 4, ABC2.0 books are 3. Now i want output is like Book Count Java 6 .Net 5 ABC 7 For this i need sql query, please help me if anyone how to get this result. Thanks, Seenu

Adea,

4 SQL PLSQL 5389




Answers / { sreenivas }

Question { CTS, 3962 }

whatis arguments &what is default argument


Answer

Arguments are passed to parameters. Arguments are should
have some values, but parameters are declared in the
function, its only declaring the variables.

Default arguments depends on corresponding parameters.

Is This Answer Correct ?    2 Yes 0 No