what are the topics choosen for jam round for interviews
No Answer is Posted For this Question
Be the First to Post Answer
Explain three modes in which files can be accessed from python program
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?
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
What is the first message line that any language learning prints on the screen? and why?
difference between mantis and other tools?
What is the difference between WebIntelligence and Designer in creating universes?
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
In project we have Documentation phase also,in that what is micro and macro designing?
what is inprocess and outprocess in vb
this question is from sas:what is the difference between FILE and INFILE statements? plz explain in brief?