Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a class be a super class and a sub-class at the same time? Give example.

765


How to create custom middleware in laravel?

417


if i want to display the name of students such that to which city they belong must have count greaer than two

1752


Write a query to find the 2nd highest salary of an employee from the employee table?

626


name few ibm supplied libraries?

1173






What is the iot node?

1


How can we get home directory using '~' in python?

474


Is list ienumerable c#?

593


What is the difference between Held, Parked, Recurring and Sample Doc?

1034


Can I still use the default connection factories supported in weblogic release 5.1? : BEA Weblogic

495


How will you design the heatmap for Uber drivers to provide recommendation on where to wait for passengers? How would you approach this?

1392


How will create assesblies at run time?

535


What are database warnings in jdbc and how can we handle database warnings in jdbc?

591


Hi, what is use of Macros,functions and Routines..? At what situation you are used. If you know the answer please explain it. Thanks.

1590


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1336