What are assembly attributes?
Answer / Satyanarayan Dash
Assembly attributes are non-instructional directives placed before or after assembly language instructions. They provide additional information about the program or individual instructions, such as their purpose, size, alignment, or optimization directives.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is console based application in java?
What will happen if static modifier is removed from the signature of the main method?
How do you know if a value is nan?
Explain method local inner classes ?
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
what is session in java?
1 Answers Seventhsense Technologies,
What does a boolean method return?
in a console we r giving java <class name> if r pressing enter where it'll goes
What is difference between wait and notify in java?
what is the need of the Ajax?
why java does not support unsigned keyword?
What is an enumeration?