Answer Posted / devnaga
Hard code is the code directly used in the program. Soft
code gets the information dynamically from outside. For
example, to get the database connectivity, if we passed the
url, username & password for thin drivers in the
programming itself is hard coding. At the same time, if we
create a jndi for the above in config & get it in the
program using jndi name is softcode. It is becoz to change
the db connectivity settings we need not modify the program.
| Is This Answer Correct ? | 66 Yes | 18 No |
Post New Answer View All Answers
how come we know the object is no more used in the class?
What is a generic code?
What is arraylist class in java?
What is prefix of a string?
What is the association?
Why inputstreamreader is used in java?
Explain about arraylist?
How do you insert a line break?
Can we able to pass objects as an arguments in java?
Why is a singleton bad?
Can we split string with in java?
Is it possible to use string in the switch case?
Convert Binary tree to linked list.
Do loops java?
What is use of static in java?