Explain three modes in which files can be accessed from python program
No Answer is Posted For this Question
Be the First to Post Answer
iam confused among testing ,.net and java. can anybody help me.
why should i hire u
is possible to delete specific data in a row by using of sql query?
Write a Pseudo Code to find the angle between two hands of a clock for a given time.
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
Corillian's product is a "Component Container." Name at least 3 component
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
why we use new keyword for object
What is test execution and when will we start execution please send me one example for this question
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.