What language is an assembler written in?
No Answer is Posted For this Question
Be the First to Post Answer
Convert a binary search tree to a sorted doubly linked list inplace.
10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;
write a code, we have two thread, one is printing even no and other print the odd no.
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
what are the difference between Java and .Net?
Why volatile is used in java?
What are the four integer types supported by java?
How can we make sure main() is the last thread to finish in java program?
What is lossy conversion in java?
What is ternary operator? Give an example.
What are 5 boolean operators?
Explain about data types?