Difference between abstract class and Interfaces in Java
Answer Posted / megha mokawat
Abstract class can have non-final variable aslo
but in interface variable are final by- default
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is BASIS
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
what are the 3 forms of a prolog term
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
it is a language or tools?
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
what is the certificates in biztalk?
when will triggars the at new event in abap and web dybn pro?
code for connection from windows forms to sql server
What are the tasks performed by a Team Lead
how to hide prompts
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
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?