What is the Dictionary class?
What is hashmap in java?
What is break and continue statement?
How does predicate work in java?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?
Difference between class#getinstance() and new operator ?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Program to output as below formate: 1 2 3 4 5 6 7 8 9 10
How are variables stored in memory?
Why java is said to be pass-by-value ?
what is the need to set path in java? how many ways to set path in java? Explain breif?
Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?