Questões relativas ao percurso profissional e em relação ao idioma Inglês!
Jr Developer Interview Questions
14,271 jr developer interview questions shared by candidates
Has usado alguna vez, nodejs
class Program { static void Main(string[] args) { B obj = new B(); Console.ReadKey(); } } abstract class A { public A() { Console.WriteLine("This is the A class"); //calc(); } public abstract void calc(); } class B : A { public B() { Console.WriteLine("This is the B class"); } public override void calc() { Console.WriteLine("This is the abstract methode"); } } Questions: 1. What will be printed on the console? 2. what will be printed to the console if we remove this "//" before the calc() in the contractor of class A;
Can we Overload or Override static methods in java ?
What is the thread?
First one asks you to write a code to count number from 1 to 100, and for some numbers, you need to output a specific word rather than number. Second question is about database, ask about data representing.
Are you looking for a full time or part time position?
Do you have experience with MySQL.
Pattern Analysis
design a manager class that has many connections and he need to manage the connections and know every time who is busy and who is free.
Viewing 2011 - 2020 interview questions