How do you test a method for an exception using junit?
No Answer is Posted For this Question
Be the First to Post Answer
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;
What is static import?
How does map works in java?
Can we pass a primitive type by reference in java? How
How do u provide security in java
What is Unicast and Multicast object? Where we will use?
1 Answers Scope International,
Can a boolean be null java?
What is the difference between multiple processes and multiple threads?
what is Portal(web based online portal)?
Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)
Why webdriver is an interface?
When is the garbage collection used in Java?