what is global variables?

Answers were Sorted based on User's Feedback



what is global variables? ..

Answer / raj

Global Variables are the variables that are used anywhere
in the project. These can be called or used across the
process or sub process that is with in the project.
Global variables can be overridden at runtime.

There are 3 types of variables
1) Global Variables-----through out the project ( used for
constants)

2) Process variables-----Activities in the project where
the variables are defined.

3) Shared Variables ------ Across multiple process instances
( used to share data)

Is This Answer Correct ?    35 Yes 7 No

what is global variables? ..

Answer / ravipati harikishore

global variables are configured once can be use througth
out the project it is called global variables .

Is This Answer Correct ?    13 Yes 6 No

what is global variables? ..

Answer / poornima

these variables allows to specify constants that can be
used throughout the project. The constants can be specified
and changed while designing and testing your project.

Is This Answer Correct ?    14 Yes 10 No

what is global variables? ..

Answer / keshini vyas

global variables are created by defining them outside of all the functions including the main in the program. The common practice is that all global variables are defined at the begining of the program code before any function. global variables can be accessed from any function including main function and other user defined functions.

example
int x,y; /* Global Variable*/
main()
{
int a,b;/*local variable*/
statement 1;
statement 2;
.
.
.
statement n;
}

Is This Answer Correct ?    11 Yes 8 No

what is global variables? ..

Answer / poornima

Global variables allows you to specify constants that can be
used throughout the project. The constants can be changed
while designing and testing your project. we can also set
different values for each deployment of your project. we
can add/edit the Global variables using Global Variable
Editor.

Is This Answer Correct ?    7 Yes 9 No

what is global variables? ..

Answer / vinay

Global Variables are define for the value which remain fix
during whole process.These variable's can't be modified
during process execution.

Is This Answer Correct ?    8 Yes 13 No

Post New Answer

More TIBCO Interview Questions

What is the role of tra?

0 Answers  


How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?

0 Answers  


What is process name dynamic override?

0 Answers  


what is alias file in TIBCO?

2 Answers   IBM, Tibco,


what is the location of shared variable store data in persistent mode 

1 Answers   Atos Origin, IBM, SG,






Where does the Tibco Admin maintains the version history of the application?Can you please tell us the path?

5 Answers   Wells Fargo,


Why we implement the TIBCO in our organisation or company

2 Answers   Matrix,


What is difference between shared variable and job shared variable ?

0 Answers  


What is the puprose of Job Shared varaibel or tell me about about job shared variable?

3 Answers   Accenture, HCL, IBM,


What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?

0 Answers  


If you have installed a particular version of tibco software e.g. Tibco bw x.y.z, what are x, y and z number stands for?

0 Answers  


how to create adapters?how to connect adapters? and how to build?

6 Answers   Infosys,


Categories