What are the four major sections of a Delphi Unit?

What is the difference between an Object and a Class?


In the context of a class what does “static” mean? Why would you use it?

How would you create a thread in Delphi?

What are the issues that you can run into when working with Threads?

What is the difference between the Stack and Heap as it applies to Delphi? Give examples of what would be place in each.


What is a package in Delphi and why would you use one?


Write ONE Delphi function that does the following:
a. Takes one input parameter of a date.
b. Returns the first day of the month for the specified date.
c. Returns the last day of the month for the specified date.


Write ONE Delphi function that does the following:
a. Takes one input parameter of a String
b. Returns a Boolean result if the string is a valid phone number
c. The following format is the only format, to be considered a valid format.
XXX-XXX-XXXX where X is a Number. Dashes must be present.


Describe how to implement auto incrementing fields using Oracle?

What is a package in Oracle and why would you use one?

Have you automated a build and how did you do it?

What is a version control system and why would you use one? What Systems have you used?

You forgot your code. Don't forget the code tags.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.