Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Mphasis Core Java Interview Questions
Questions Answers Views Company eMail

What are the Object and Class that classes used for?

3 7481

Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

2555

I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 5532

Post New Mphasis Core Java Interview Questions


Mphasis Core Java Interview Questions


Un-Answered Questions

What according to you is a common mistake apache spark developers make when using spark ?

225


How do I create a trace in sql server?

701


How to insert table of contents in word?

411


How to use ajax in any form submission?

509


What is the way of dealing with “exploding gradient” problem in rnns?answer: gradient clipping, the gradient is set to the threshold. Gradient clipping will chop the gradients or restricts them to a threshold value to prevent the gradients from getting too large.

685


write a shell script to check the failed jobs?

4118


What is the command to start and stop the Spark in an interactive shell?

247


Where session id is stored?

708


What are the common elements in peoplesoft configuration manager?

651


How are subsidies provided to farmers of any concern to the wto?

757


You configure and boot the domain from the command line.  Why did more processes than expected start when the domain was booted? 

1208


Can you use css and html together?

610


How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

6154


What is self-join and what is the requirement of self-join?

847


It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?

1724