Ok, firstly im new to this java thing...but i think its still exciting to do. but i have an error now..... cannot find symbol symbol: constructor Employee location: class Employee Employee e = new Employee (" info"); and the arrow tingy pointin by the word new...so im wondering wat is the problem here...can u assist me PLEASE!!!:eek:

Recommended Answers

All 5 Replies

Member Avatar for iamthwee

Can you post your code please.

most likely a missing constructor or a constructor with incorrect visibility.

Can you post your code please.

Umm which code do u want me to post the constructor employee or the class im callin employee??!!

Does your Employee class contain this constructor definition?

public Employee (String s)

Member Avatar for iamthwee

Umm which code do u want me to post the constructor employee or the class im callin employee??!!

Both if possible.

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.