Sunday, September 30, 2007

GeekInterview.com Weekly Digest, September 30th, 2007

Weekly Digest 
Sunday, 30th September, 2007  

Hello itinterview,

Code Submission

  • Have you discovered an exciting new way of coding a program?
  • Does your code have the ability to perform exceptional task?
  • Do you have to key to secret programming tips?
  • Make it popular, Make the world know about your ability!
  • Write and Share your coding strengths at GeekInterview Code Base and Win exciting prizes. 
  • We are inviting experts as well as novice programmers to showcase programming talent.
  • You can submit programming related Source Codes, Tips, How to's, Components, Class Modules and Functions.
  • The Code you submit will get published along with your name at www.code.geekinterview.com
  • There is no limit to the number of submissions, Just ensure your code is authentic.
  • Award Winning entries will be announced next month.
 
Ajax Latest Blog Entries

GeekInterview.com Forums

What approach you will follow?
by jainbrijesh
There is an array of 100 integers. There is an integer 48 in the array which is now changed to "0". How you will find out that "0". What approach you will follow?

How do I load a test file form Quick Test Pro in LoadRunner
by msgabier
I am trying to load a test script/file that I created with Mercury Quick Test Pro into Mercury LoadRunner. Unfortunately, LoadRunner is not recognizing the file. I thought QTP and LR were compatible. I'm using:
QTP 9, LR 9

Red Box Testing
by bugheads4sevy
What is a red box testing?  What kind of tools do we need to do the testing?  Does this type of testing need any programming back ground?

First step in learning QTP
by ponky_ece
I am a fresh graduate, I know the overview of QTP, through reading all the forums. I really want to learn and use QTP. But I don't have any experience yet on how does QTP really works. I really want to study this tool. Can you give me some advise from what should I start first in learning this tool? I am desperate in learning this tool.

How to declare variables in SP?
by bharathi_ark
I am learning SQL server. When I am trying to learn stored procedure I have raised one query that is How to declare variables in SP?
For example I have created on stored procedure as given below:-
CREATE procedure emp_DebugA
(
@IntIn int,
@IntOut int OUTPUT
)
as
Set @IntOut = @IntIn + 10
Return
and then I have typed command is
Declare @NewInt int
then I have typed command is
exec emp_DebugA 5,@NewInt OUTPUT - when I am executing this command it is showing error msg like "Must declare the variable '@NewInt'."

Manual Testing Procedure
by rvija
The step by step procedures to go about in manual testing? How is it done in real world?

How does indexes function?
by sravan1
How does indexes function? i.e. How do they retrieve records? I know they use Rowid's but want to know how exactly they process?

How important is it to have knowledge on test director?
by siyaa
Manual testing is all about writing test cases manually right and what concepts I need to be thorough with to get a job on manual testing

Can Trigger be used in stored procedure?
by mahesh9920
Can Trigger be used in stored procedure?

 

Latest Tutorials  (Partner Site Resource Links) 

C++

C++ Friend Functions
In this C++ tutorials, you will learn about friend functions, need for friend function, how to define and use friend function and few important points regarding friend function, explained with example.

C++ Inline Functions
In this C++ tutorial, you will learn about Inline function, what is inline function, reason for the need of inline function, what happens when an inline function is written, general format of inline function explained with example.

C++ Pure Virtual Function and Virtual Base Class
In this C++ tutorial, you will learn about pure virtual function, declaration of pure virtual function and virtual base class, virtual base class and how to implement a virtual base class, explained with examples.

C++ Virtual Functions
What are Virtual Functions? Virtual, as the name implies, is something that exists in effect but not in reality. The concept of virtual function is the same as a function, but it does not really exist although it appears in needed places in a program. The object-oriented programming language C++ implements the concept of virtual function as a simple member function, like all member functions of the class.

ERP

Benefits of ERP for the Financial Area
At this time, the main motivation of some companies for choosing ERP is to achieve an improvement in the management of their financial area. Sometimes they rush into the decision without taking into consideration the real contribution of the implementation in relation to the benefits that may provide this section with.

SOA

SOA Architecture
It is essential for the Businesses to think a lot more seriously about how best to assemble their systems out of common parts. It requires a lot more planning and investment at the outset, but it also enables Businesses to build faster systems in the long run as the inventory of reusable parts grows at a frantic pace.

SOA Concepts
Today, the concept of Service Oriented Architecture has become ubiquitous. Evidence from recent years establish that SOA is not just about hype, but a part of every major Business environment. The truth is, Service Oriented Architecture can be beneficial to Business only when it is utilized properly.

SOA Disadvantages
Service Oriented Architecture Disadvantages & Applicability Service Oriented Architecture may not always be the best architectural choice because optimal utilization of SOA requires additional development and design attempts as well as infrastructure which translates into costs escalation.

SOA Future
SOA: The Past It is often asked as to why haven’t people been using SOA for the last twenty years? As far as SOA is concerned, in order to build a system out of parts, you require a standard method of representing software parts. If no such standard exists, then building such a system can become incredibly difficult.

SOA Standards
In this article, you will learn about latest standards for Service Oriented Architecture, and in particular, how it relates to Oracle, in today’s competitive world.

 

Latest Geekinterview.com Jobs

There are 61054 Jobs in 49 Categories
1. QA Analyst
2. Pharmacist-Hospital
3. NIOC - Support (LITTLE CREEK NAVAL AMPHIBIOUS BASE, LITTLE CREEK/NORFOLK, VA)
4. GLOBAL INFORMATION GRID (Analysts / Support Personnel)
5. Acquisition Specialists - Hanscom AFB, Boston, Massachusetts
6. Intelligence Analyst SME (Tagging, Tracking & Locating)
7. IT Portfolio Manager (Pentagon)
8. Sr. Systems Engineer (SETA) Information Assurance
9. MASINT & HUMINT Intelligence Collections Analysts
10. Proposal Writer / Defense Industry
 

Tutorials (Partner Site Resource Links) 

ASP.NET

XML

J2EE

Data Recovery

ASP.NET 2.0

Web 2.0

JSP

Data Mining

SQL Server 2005

PHP

WebSphere

Data Modeling

VB.NET 2005

JavaScript

C++ Tutorials

Data Warehousing

Analysis Services

VBScript

C Language

OOPS Concepts

C#

CSS

Testing Articles

Concepts

CRM

CSS3

Wireless

MainFrame

Ajax

ERP

Technology Trends

UML

Supply Chain

Client Server

Service Oriented Architecture (SOA)

Neuro-linguistic Programming (NLP)

Application Development

 

Online Testing

 

Best Regards,
Admin

 

  itinterview
,
     In case you have lost your password Click here to retrieve Lost Password

     If you don't wish to receive newsletters, Please follow the link to change your email preferences,
     http://www.geekinterview.com/talk/misc.php?do=unsub

     Please NOTE :
     For all Partner Site Resource Links you may need to register in respective sites for login. 
     Your geekinterview username and password is exclusive for geekinterview.com website.   
     For exforsys tutorials login you need to register separate at www.exforsys.com

 

 

GeekInterview | Geeks Forum | Online Quiz | Interview Questions | Learning Series | Code Snippets | Tech Articles | Contact Us

Copyright © 2005 - 2007 geekinterview.com



Monday, September 24, 2007

Difference between ArrayList and Array C#

Array is a primitive data structure, which stores the values in indexed format
ArrayList is a mre like a vector. (A re-sizeable array). It is a collection and stores any value as an object.
An arraylist grows as you add items to it and does not have to be redimmed the
allow additional elements. Arraylists are sortable, searchable, etc - they
are far superior to arrays.
When you have a fixed array, there is in use no difference.
Arrays cannot be changed in size at runtime (except using 'ReDim' which
will create a new array, copy the old array in the new array and destroy
the old array). The arraylist is more dynamic, you can add and remove
items without loosing performance. if 'ReDim' is followed by a 'Preserve'

ArrayList is an extended managment of Arrays....

ArrayList can hold objects(custom...or...defined)

say i have an object user with properties name and email

my AraayList can hold users object...means one or more

Array is Type specific....so can hold Types like int, string etc......

ArrayList class implements IList interface using an array.

Advantages:

Its capacity is increased if required as objects are added to it. So it frees

programmer from the worries of array overflow.
Provides methods to perform common operations -- append, insert,

remove, replace etc.
There is no restriction on the type of objects which can be added to an

arraylist. First object could be a string, second a double, third a user

defined object and so on.
ArrayList can be made read only after adding elements to prevent

unintentional modifications.
It provides an overloaded method to perform binary search on its objects.

ArrayList is also a datastructure in dotnet which contain data in it thr

major difference in between array and arraylist is insertion and deletion of

data In ArrayList we can eaisely insert Data at a particular location while

in array it is not possibel
Array is for homogeneous data. i.e data of same data type.

Whereas Arraylist is for Heterogeneous data.The data in the arraylist need

not be of same data type.

Also it(arraylist) can store objects. say objects of type account.
Suppose that u r using an array of intgers.Which may contain any numer

of integers which you know only at runtime.

So while coding u cannot specify the size of the Array.

Array list is used to solve this problem.

It has a default size(16 items).

if u have even 1 item the size will be 16.

After 16 if u add another item, the size increases to 32.

i.e the arrayList size can be increased dynamically

Sunday, September 23, 2007

GeekInterview.com Weekly Digest, September 24th, 2007

Weekly Digest 
Monday, 24th September, 2007  

Hello itinterview,

Article Submission
Write and get your articles published at GeekInterview.com. We are inviting tech experts to submit technology related original tutorials and articles, which will be published at learn.geekinterview.com along with your Name and a short profile. Please send them to admin@geekinterview.com in word format along with your profile.

 
Ajax Latest Blog Entries

GeekInterview.com Forums

Declare main method as private
by rajesh.tripathi
If we declare the main method as private instead of public it will execute or not

Delete values in single a row without using DELETE keyword
by P. Praveen Kumar
Is it possible to delete the values in single a row without using DELETE keyword....If so what is the Query

QTP - VB script
by aromalis
I just start working with the QTP. So, would like to ask you all as you are expert to use this tool. What is the best book to learn VB script for developing recording script? something what will help me to learn VB script very fast and easy. Looking forward to hear from you soon.

Database Testing Advice
by Srawan Kumar Srimant
I am working on black box testing. I want to switch to database testing.
Can anybody just guide me as what are the important topics of database which I should be aware of?

How to declare variables in SP?
by bharathi_ark
I am learning SQL server. When I am trying to learn stored procedure I have raised one query that is How to declare variables in SP?

What is a output?. How will Come?
by Golda
main()
{
int i=-1,j=-1,k=0,l=2,m;
m=i++&&j++&&k++||l++;
printf("%d %d %d %d %d",i,j,k,l,m);
}

Types of Test methods
by Irfan
What is test methods & types of test methods?

Declare main method as private
by rajesh.tripathi
If we declare the main method as private instead of public it will execute or not

Return Value of Functions
by janelyn
All functions return some value. Does it mean that even printf and scanf which are functions in C return some value? If so what is the value returned by these functions.

 

Latest Tutorials  (Partner Site Resource Links) 

How to Succeed When Implementing ERP
The implementation of ERP can be seen in two different ways. The first one would be implementing it for the first time, and this is the one that takes more time for research and preparation for the employees of the system. The second one is the updating of the system which usually takes less time and effort than the first one. Despite this, both phases take place at different times and require different levels of difficulty. Having to face the second stage is not a sign of failure, but a chance of improving the functionality of the system.

Reasons to get ERP
Many people say that ERP is the future, that it is completely necessary nowadays. Through these lines we are going to explain several topics regarding why it is so important to use an ERP in order to get organizational efficiency.

How to Succeed When Implementing ERP
The implementation of ERP can be seen in two different ways. The first one would be implementing it for the first time, and this is the one that takes more time for research and preparation for the employees of the system. The second one is the updating of the system which usually takes less time and effort than the first one. Despite this, both phases take place at different times and require different levels of difficulty. Having to face the second stage is not a sign of failure, but a chance of improving the functionality of the system.

ERP - Human Resources: The Key for Success
The intense competitiveness in the global markets demand an improvement in the results. In this context, it is critical of the management of human resources. The concept of Human Resources as a cost generator has to change into a profits generator.

ERP Success cases
You have probably heard a lot about ERP systems, especially about their implementation and its advantages and disadvantages. Here you will find that there are no unachievable targets, and that every effort brings benefits. These are the stories of people who found success through ERP implementation.

Setting Intelligent Goals
How am I Doing in Life? Every once in a while, it is necessary to take a step back in order to take a long, hard look at where we are in our lives. At this point, it is good to ask yourself a bunch of critical questions. Are you at the point in your career where you want to be? Have you so far accomplished all of your goals in life? If so, then maybe it is time to make goals that stretch yourself a bit more. If you have not accomplished your goals in life, then perhaps you have made the mistake of setting too many goals or trying to accomplish them at an unnaturally fast pace.

Attitude Development
What do all successful people have in common? When looking for a definition for success, it is a good idea to take a close look at the most successful people out there. What do all of them have in common? If you look close enough, you will see that the most successful individuals in any career all have positive attitudes.

 

Latest Geekinterview.com Jobs

There are 61053 Jobs in 49 Categories
1. Pharmacist-Hospital
2. NIOC - Support (LITTLE CREEK NAVAL AMPHIBIOUS BASE, LITTLE CREEK/NORFOLK, VA)
3. GLOBAL INFORMATION GRID (Analysts / Support Personnel)
4. Acquisition Specialists - Hanscom AFB, Boston, Massachusetts
5. Intelligence Analyst SME (Tagging, Tracking & Locating)
6. IT Portfolio Manager (Pentagon)
7. Sr. Systems Engineer (SETA) Information Assurance
8. MASINT & HUMINT Intelligence Collections Analysts
9. Proposal Writer / Defense Industry
10. Sr. Acquisition Specialist (Air Modeling & Simulation Project Manager
 

Tutorials (Partner Site Resource Links) 

ASP.NET

XML

J2EE

Data Recovery

ASP.NET 2.0

Web 2.0

JSP

Data Mining

SQL Server 2005

PHP

WebSphere

Data Modeling

VB.NET 2005

JavaScript

C++ Tutorials

Data Warehousing

Analysis Services

VBScript

C Language

OOPS Concepts

C#

CSS

Testing Articles

Concepts

CRM

CSS3

Wireless

MainFrame

Ajax

ERP

Technology Trends

UML

Supply Chain

Client Server

Service Oriented Architecture (SOA)

Neuro-linguistic Programming (NLP)

Application Development

 

Online Testing

 

Best Regards,
Admin

 

  itinterview
,
     In case your account is not yet activated, please validate your email address to get access to post questions/comments,
    
download e-books, vote, rate articles, subscribe for forums and much more. Click here to get activation email.

     In case you have lost your password Click here to retrieve Lost Password

     If you don't wish to receive newsletters, Please follow the link to change your email preferences,
     http://www.geekinterview.com/talk/misc.php?do=unsub

     Please NOTE :
     For all Partner Site Resource Links you may need to register in respective sites for login. 
     Your geekinterview username and password is exclusive for geekinterview.com website.   
     For exforsys tutorials login you need to register separate at www.exforsys.com

 

 

GeekInterview | Geeks Forum | Online Quiz | Interview Questions | Learning Series | Code Snippets | Tech Articles | Contact Us

Copyright © 2005 - 2007 geekinterview.com