Interview Questions and Answers - Order By Newest Q841. Name few classes that implement Cloneable interface ?
Ans. http://www.buggybread.com/2015/02/java-collections-classes-that-implement_58.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   cloneable  cloning Q842. Name few classes that implement Set interface ?
Ans. http://www.buggybread.com/2015/02/java-collections-classes-that-implement_78.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   collections   set Q843. Name few classes that implement iterable interface ?
Ans. http://www.buggybread.com/2015/02/java-collections-classes-that-implement_45.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   collections   iterable Q844. Name few classes that implement Map interface ?
Ans. http://www.buggybread.com/2015/02/java-collections-classes-that-implement_82.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   collections   map Q845. Name few classes that implement List interface ?
Ans. http://www.buggybread.com/2015/02/java-collections-classes-that-implement_35.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   collections   list Q846. Name few classes that implement Queue interface ?
Ans. http://www.buggybread.com/2015/02/java-collections-classes-that-implement_1.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   collections.queue Q847. Name few classes that implement Collection interface ?
Ans. http://www.buggybread.com/2015/02/java-collections-classes-that-implement.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   collections   collection interface Q848. Name few Locale classes and interfaces ?
Ans. http://www.buggybread.com/2015/01/java-locale-classes-and-interfaces.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   util   java.util   locale intermediate   rare Q849. Name few Hash collections classes and interfaces ?
Ans. http://www.buggybread.com/2015/01/java-hash-collections-classes-and.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   collections   hash collections Q850. Name few String related classes and interfaces ? Core Java
Ans. http://www.buggybread.com/2015/01/java-string-classes-and-interfaces.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   string Q851. Name few Queue classes and interfaces ?
Ans. http://www.buggybread.com/2015/01/java-collections-queue-classes-and.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   collections   queue Q852. What are few iterator classes provided by Java ?
Ans. http://www.buggybread.com/2015/01/java-iterator-classes-and-interfaces.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   collections   iterator Q853. Name few Error and Exception classes provided by Java ?
Ans. http://www.buggybread.com/2015/01/java-list-of-error-exception-classes.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   exceptions   errorRarely asked as it was introduced with Java 8. Q854. What are the changes in Java.io in Java 8 ? Core Java
Ans. http://www.buggybread.com/2015/01/migrating-to-java-8-new-classes_62.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   java 8   java.io   java8 Q855. Name few Java Util classes introduced with Java 8 ? Core Java
Ans. http://www.buggybread.com/2015/01/migrating-to-java-8-new-classes_25.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   java.util   util   java 8   java8Rarely asked as it was introduced with Java 8. Q856. Name few java.lang classes introduced with Java 8 ? Core Java
Ans. http://www.buggybread.com/2015/01/migrating-to-java-8-new-classes.html Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   java.lang   java8   java 8 Q857. What is the difference betweeen @Inject and @Autowired ? Spring
Ans. @Autowired and @Inject are similar in terms of functionality they achieve. @Inject is part of a new Java technology called CDI that defines a standard for dependency injection whereas @Autowired is a Spring specific annotation for dependency injection. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  spring   web frameworks   dependency injection   autowired   inject   spring annotations   ioc Q858. How to make sure that a string contains only Numerals ? Core Java
Ans. We can use NumberUtils.isNumber which is a part of apache commons package. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   apache commons   numberutils   numberutils.isnumberAns. It is a continuous integration tool written in Java. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   jenkins Asked in 6 Companies Basic   frequent Q860. Do you know the way to remove unused imports automatically in eclipse ? Eclipse
Ans. Select the package -> Right Click -> Source -> Organize Imports. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  eclipse   import statement   code cleaning   code review   clean code Q861. What is Nagios ?
Ans. Nagios is open source system , network and infrastructure monitoring software application. It alerts the user if anything goes wrong. Nagios is widely used as monitoring tool for enterprise applications. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  production support   application support   nagios   system monitoring Q862. What is the difference between Fisheye and Crucible ?
Ans. FishEye is used to extract information from source code repository whereas Crucible is used to request, perform and manage code reviews. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   fisheye   crucible   code review   tools Q863. Can we use Fisheye and Crucible independently ?
Ans. Yes Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   fisheye   crucible   code review   tools   yes-no Q864. What does the red and green line backgrounds denotes in the crucible code Review ?
Ans. Red Background for a line denotes the lines that have been deleted with the change set and Green background denotes the addition. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   crucible   fisheye   code review Q865. What is atlassian Jira ?
Ans. Jira is a Issue / Ticket Management system developed by atlassian. It assists in Defect Management , Issue Management and Project Management. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   jira   issue management   defect managementFrequently asked in Tata Consultancy (TCS) interview ( Based on 2 Feedback ) Q866. What are the technologies used in Jira ? Tools
Ans. JIRA is written in Java and uses the Pico IOC container,Apache OFBiz entity engine, and WebWork technology stack. For remote procedure calls (RPC), JIRA supports REST, SOAP, and XML RPC. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   jira   issue management   defect management Asked in 5 Companies expert Q867. Which are SCM's can be integrated with Jira ?
Ans. Clearcase, CVS, Git, Mercurial, Perforce, Subversion and Team Foundation Server Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   jira   issue management   defect management Q868. What are the different types of boards in Jira ?
Ans. Scrum boards are for teams that plan their work in Sprints. Kanban boards are for teams that focus on managing and constraining unplanned work. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   jira   issue management   defect management Q869. What is a Board in Jira ?
Ans. We need a board to work with issues in JIRA Agile. A Board can display issues from one or more projects. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   jira   issue management   defect management Q870. What is Jira Workflow ?
Ans. A JIRA workflow is the set of statuses and transitions that an issue goes through during its lifecycle. Help us improve. Please let us know the company, where you were asked this question : Like Discuss Correct / Improve  java   jira   issue management   defect management